[Docs] improve instructions for manual install

Ole Johan Andersen 2018-10-24 19:49:55 +02:00 committed by Jordan Harband
parent a08d1ea4a3
commit 2a294ebd61
No known key found for this signature in database
GPG Key ID: 64A196AEE0916D55
1 changed files with 1 additions and 1 deletions

View File

@ -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" && (