Skip to content

Commit

Permalink
[Doc] Add macOS install script note about Git
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello authored and ljharb committed Apr 12, 2018
1 parent ca66a13 commit 14e27b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ command -v nvm
```
simply close your current terminal, open a new terminal, and try verifying again.

**Note:** Since OS X 10.9, `/usr/bin/git` was preset by Xcode command line tools, which caused Git can't be properly detected if it's installed or not, you need to manually install Git before running the install script, otherwise, it'll failed. ((see [#1782](https://github.com/creationix/nvm/issues/1782))

**Note:** On OS X, if you get `nvm: command not found` after running the install script, one of the following might be the reason:-
- 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
- you might need to restart your terminal instance. Try opening a new tab/window in your terminal and retry.
Expand Down

0 comments on commit 14e27b2

Please sign in to comment.