From 2a294ebd61f509bf6bdf25d086aab7fb935fa05b Mon Sep 17 00:00:00 2001 From: Ole Johan Andersen Date: Wed, 24 Oct 2018 19:49:55 +0200 Subject: [PATCH] [Docs] improve instructions for manual install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a6b55a..2ff2c1c 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" && (