Browse Source

Move to correct location.

xmkb
CrossR 4 years ago
parent
commit
03a945d423
  1. 18
      docs/docs/dev-setup.md

18
docs/docs/dev-setup.md

@ -257,15 +257,6 @@ The installation will prompt with several questions about installation location, @@ -257,15 +257,6 @@ The installation will prompt with several questions about installation location,
</TabItem>
<TabItem value="win">
:::note
If you intend to build firmware straight away, make sure to correctly setup the current shell.
Notes on setting this up can be found in the [Environment Variables](#environment-variables) section.
The transient instructions can be used to setup the current shell, and the automatic instructions can setup any newly made shells automatically.
The transient instructions must be run to build firmware using the current shell.
:::
#### GNU ARM Embedded
Since the Zephyr™ SDK is not available for Windows, we recommending following the steps to install the [GNU ARM Embedded](https://docs.zephyrproject.org/latest/getting_started/toolchain_3rd_party_x_compilers.html#gnu-arm-embedded).
@ -289,6 +280,15 @@ The installation will prompt with several questions about installation location, @@ -289,6 +280,15 @@ The installation will prompt with several questions about installation location,
</TabItem>
</OsTabs>
:::note
If you intend to build firmware straight away, make sure to correctly setup the current shell.
Notes on setting this up can be found in the [Environment Variables](#environment-variables) section.
The transient instructions can be used to setup the current shell, and the automatic instructions can setup any newly made shells automatically.
The transient instructions must be run to build firmware using the current shell.
:::
### Source Code
Next, you'll need to clone the ZMK source repository if you haven't already:

Loading…
Cancel
Save