diff --git a/docs/docs/development/setup.md b/docs/docs/development/setup.md index bf1bd122..80852204 100644 --- a/docs/docs/development/setup.md +++ b/docs/docs/development/setup.md @@ -336,7 +336,7 @@ Since the Zephyrâ„¢ SDK is not available for Windows, we recommending following 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 +brew install arm-none-eabi-gcc ```