From 9a8b48f7c7697867f3b580d090105092a51e172e Mon Sep 17 00:00:00 2001 From: Brian Thompson Date: Tue, 25 Jun 2019 23:14:22 -0500 Subject: [PATCH] Add more context for getting nvm to run atfer install Add a command referencing .bashrc to get nvm to run after install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dadefd4..3af2ae9 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Eg: `curl ... | NVM_DIR="path/to/nvm"`. Ensure that the `NVM_DIR` does not conta command -v nvm ``` -simply close your current terminal, open a new terminal, and try verifying again. +simply close your current terminal, open a new terminal, and try verifying again, or type and run the command `. ~/.bashrc`. **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/nvm-sh/nvm/issues/1782))