Skip to content

Commit ca10306

Browse files
committed
Improve git installation instructions
1 parent 09951b4 commit ca10306

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ Homebrew installation is not supported. If you have issues with homebrew-install
125125

126126
If you have `git` installed (requires git v1.7+):
127127

128-
1. clone this repo in the root of your user profile
128+
\1. clone this repo in the root of your user profile
129129
- `cd ~/` from anywhere then `git clone https://github.com/creationix/nvm.git .nvm`
130-
1. check out the latest version with `git checkout v0.33.5`
131-
1. activate nvm by sourcing it from your shell
130+
\2. `cd ~/.nvm` and check out the latest version with `git checkout v0.33.5`
131+
\3. activate nvm by sourcing it from your shell: `source nvm.sh`
132132

133133
Now add these lines to your `~/.bashrc`, `~/.profile`, or `~/.zshrc` file to have it automatically sourced upon login:
134134
(you may have to add to more than one of the above files)

0 commit comments

Comments
 (0)