[Docs] improve instructions for manual install
parent
a08d1ea4a3
commit
2a294ebd61
|
@ -152,7 +152,7 @@ export NVM_DIR="$HOME/.nvm"
|
||||||
|
|
||||||
### Manual Install
|
### 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
|
```sh
|
||||||
export NVM_DIR="$HOME/.nvm" && (
|
export NVM_DIR="$HOME/.nvm" && (
|
||||||
|
|
Loading…
Reference in New Issue