Skip to content

Commit 2a294eb

Browse files
Ole Johan Andersenljharb
authored andcommitted
[Docs] improve instructions for manual install
1 parent a08d1ea commit 2a294eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export NVM_DIR="$HOME/.nvm"
152152

153153
### Manual Install
154154

155-
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.
155+
For a fully manual install, execute the following lines to first clone the nvm repository into `$HOME/.nvm`, and then load nvm:
156156

157157
```sh
158158
export NVM_DIR="$HOME/.nvm" && (

0 commit comments

Comments
 (0)