From 1174f781cfed0735b87eaddd18627dda783b3c0a Mon Sep 17 00:00:00 2001 From: Ivan Smirnov Date: Fri, 19 Mar 2021 16:58:40 -0600 Subject: [PATCH] run linter --- docs/docs/development/setup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/development/setup.md b/docs/docs/development/setup.md index 37b30dd5..2aed9167 100644 --- a/docs/docs/development/setup.md +++ b/docs/docs/development/setup.md @@ -338,6 +338,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](https://docs.zephyrproject.org/2.3.0/getting_started/toolchain_3rd_party_x_compilers.html#gnu-arm-embedded). The install command is: + ``` brew install --cask gcc-arm-embedded ```