diff --git a/README.md b/README.md index 0a6b55a1b3..2ff2c1c2d0 100644 --- a/README.md +++ b/README.md @@ -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" && (