diff options
author | CrossR <r.cross@lancaster.ac.uk> | 2020-08-10 17:51:54 +0100 |
---|---|---|
committer | CrossR <r.cross@lancaster.ac.uk> | 2020-08-10 17:51:54 +0100 |
commit | 03a945d4234f009db9e6ac95441c45eec8463198 (patch) | |
tree | 07cbf364fd50e06897d2287ed86a521aec99c383 /docs | |
parent | 3f748143796c96468bc3626b6b77397d5fa31eef (diff) |
Move to correct location.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/dev-setup.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/docs/dev-setup.md b/docs/docs/dev-setup.md index 56b9adc..5cceb73 100644 --- a/docs/docs/dev-setup.md +++ b/docs/docs/dev-setup.md @@ -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, </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: |