Skip to content

Commit

Permalink
[Docs] correct nvm install instructions (never install it with home…
Browse files Browse the repository at this point in the history
…brew).
  • Loading branch information
ljharb committed Jun 17, 2017
1 parent 0d1936a commit e7e68d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/guides/jsdom.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,9 @@ may want to try using a browser-based test runner such as [Karma](../guides/karm
Some times you may need to switch between different versions of node, you can use a CLI tool called
`nvm` to quickly switch between node versions.

To install NVM:
To install `nvm`, use the curl script from http://nvm.sh, and then:

```bash
brew install nvm
nvm install 4
```

Expand Down

0 comments on commit e7e68d9

Please sign in to comment.