diff options
author | Richard Titmuss <richardt@spotify.com> | 2021-09-06 18:37:25 +0200 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-09-17 10:43:48 -0400 |
commit | d769618b3f6784a6e6541c68c1d1dc94ad9f620e (patch) | |
tree | e17a25f6c53bef1db09ce8b1b1ddd9af43110a58 /docs | |
parent | 93fbf8dd97bc90e56c6ddee5a933ceca5064297b (diff) |
fix(docs): Remove unnecessary security warning for MacOS
The security warning applies for downloaded executables. If you are
following the instructions the toolchain is installed with brew and
the security warning does not apply. This is explained in the removed
link.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/development/setup.md | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/docs/docs/development/setup.md b/docs/docs/development/setup.md index 0d0f9b8..00a484b 100644 --- a/docs/docs/development/setup.md +++ b/docs/docs/development/setup.md @@ -335,20 +335,12 @@ Since the Zephyr™ SDK is not available for Windows, we recommending following #### GNU ARM Embedded -Since the Zephyr™ SDK is not available for macOS, we recommending following the steps to install the [GNU ARM Embedded](https://docs.zephyrproject.org/2.5.0/getting_started/toolchain_3rd_party_x_compilers.html#gnu-arm-embedded). - -The install command is: +Since the Zephyr™ SDK is not available for macOS, we recommending following the steps to install the GNU ARM Embedded toolchain: ``` brew install --cask gcc-arm-embedded ``` -:::warning Security Controls Workaround - -Please be sure to read the [additional setup instructions](https://docs.zephyrproject.org/2.5.0/getting_started/installation_mac.html#mac-gatekeeper) needed to address security controls found in macOS 10.15 Catalina and newer - -::: - </TabItem> </OsTabs> |