From 93750e2df0b20599058cb3e226817c113aa699ce Mon Sep 17 00:00:00 2001 From: markerx Date: Fri, 25 Mar 2016 16:50:04 -0600 Subject: [PATCH] Update README.markdown --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index a3345e1..dc4590d 100644 --- a/README.markdown +++ b/README.markdown @@ -43,7 +43,7 @@ Eg: `curl ... | NVM_DIR="path/to/nvm" bash` **Step 1:** -If you are running OSX and receive a `nvm: command not found` error after running the install script, your system may not have a [.bash_profile file] where the command is set up. Simply create one with `touch ~/.bash_profile` and run the install script again. +If you are running OSX and receive a `nvm: command not found` error after running the install script, your system may not have a .bash_profile file where the command is set up. Simply create one with `touch ~/.bash_profile` and run the install script again. Exit and quit terminal. @@ -84,7 +84,7 @@ Reopen terminal and enter: At this point you should see the version number for your NVM install. -**But beware, this is only a session based solution, which will have to be repeated each time you close your terminal.** +**But beware, this is only a session based solution, which will have to be repeated each time you open a new terminal.** ### Manual install