Skip to content

Commit

Permalink
chore(docs): update windows installation docs (#6870)
Browse files Browse the repository at this point in the history
* chore(docs): update windows installation docs

* docs(windows): Update docs/guides/setup/windows.md

Co-authored-by: emyarod <[email protected]>

Co-authored-by: emyarod <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 23, 2020
1 parent c239c1c commit 5408d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/setup/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ but can be unexpected.
6. Install nvm via their install and update script
[found here](https://github.com/nvm-sh/nvm#install--update-script)
7. Source your newly NVMed .bashrc `source ~/.bashrc`
8. Install Node 10 `nvm install 10`
9. Install Python 2 `sudo apt install python-minimal`
8. Install latest LTS Node release `nvm install --lts`
9. Install Python 2 `sudo apt install python2-minimal`
10. Install Yarn by running:
- `curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -`
- `echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list`
Expand Down

0 comments on commit 5408d0b

Please sign in to comment.