summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKevin <chenkevinh11@gmail.com>2020-10-04 17:10:34 -0700
committerKevin <chenkevinh11@gmail.com>2020-10-04 17:10:34 -0700
commit6427e64df3e889325ea471ff98f185f5eee27027 (patch)
tree3c5ed866377c35e74cbeff956da7e9db7f037366 /docs
parent31e481954f1e22e42bde4b71753e279cdd4c77ed (diff)
fix(docs): Reorganized section in Windows setup
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/dev-setup.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/docs/dev-setup.md b/docs/docs/dev-setup.md
index 2e232f8..4891f5a 100644
--- a/docs/docs/dev-setup.md
+++ b/docs/docs/dev-setup.md
@@ -210,11 +210,12 @@ In `cmd.exe` as **Administrator**:
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
**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>
</Tabs>