Browse Source

[Docs] improve instructions for manual install

Ole Johan Andersen 6 years ago committed by Jordan Harband
parent
commit
2a294ebd61
No known key found for this signature in database
GPG Key ID: 64A196AEE0916D55
  1. 2
      README.md

2
README.md

@ -152,7 +152,7 @@ export NVM_DIR="$HOME/.nvm" @@ -152,7 +152,7 @@ export NVM_DIR="$HOME/.nvm"
### Manual Install
For a fully manual install, create a folder somewhere in your filesystem with the `nvm.sh` file inside it. I put mine in `~/.nvm` and added the following to the `nvm.sh` file.
For a fully manual install, execute the following lines to first clone the nvm repository into `$HOME/.nvm`, and then load nvm:
```sh
export NVM_DIR="$HOME/.nvm" && (

Loading…
Cancel
Save