From e7b53a01fd879f46e6c2dce9b46f4a452fcdffd8 Mon Sep 17 00:00:00 2001 From: Jay Williams Date: Sat, 26 May 2018 23:17:08 +0100 Subject: [PATCH] Grammar update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 080d4b2..f9ffe0f 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ 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 the Xcode command line tools before running the install script, otherwise, it'll fail. (see [#1782](https://github.com/creationix/nvm/issues/1782)) +**Note:** Since OS X 10.9, `/usr/bin/git` has been preset by Xcode command line tools, which means we can't properly detect if Git is installed or not. You need to manually install the Xcode command line tools before running the install script, otherwise, it'll fail. (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