From 03a945d4234f009db9e6ac95441c45eec8463198 Mon Sep 17 00:00:00 2001 From: CrossR Date: Mon, 10 Aug 2020 17:51:54 +0100 Subject: [PATCH] Move to correct location. --- docs/docs/dev-setup.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/docs/dev-setup.md b/docs/docs/dev-setup.md index 56b9adc1..5cceb73f 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, -:::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, +:::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: