mirror of https://github.com/zmkfirmware/zmk.git
fix(docs): Reorganized section in Windows setup
This commit is contained in:
parent
31e481954f
commit
6427e64df3
|
|
@ -210,11 +210,12 @@ In `cmd.exe` as **Administrator**:
|
||||||
pip3 install -U west
|
pip3 install -U west
|
||||||
```
|
```
|
||||||
|
|
||||||
Once `west` is installed, close Command Prompt and open a new session as a **user** for the remainder of the instructions.
|
|
||||||
:::note
|
:::note
|
||||||
**For Windows, do not use the `--user` argument** that Linux uses otherwise `west` will be installed in a different location and the below instructions for adding Python `pip` will no longer apply.
|
**For Windows, do not use the `--user` argument** that Linux uses otherwise `west` will be installed in a different location and the below instructions for adding Python `pip` will no longer apply.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
Once `west` is installed, close Command Prompt and open a new session as a **user** for the remainder of the instructions.
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue