From 8d541aa5592b2a89fdeb887c1f78512490dafa73 Mon Sep 17 00:00:00 2001 From: Silviu Bogan Date: Sat, 30 Sep 2017 02:42:20 +0300 Subject: [PATCH] Added installation note regarding shells other than bash --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7a109aa..805a6e3 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,9 @@ ### Install script +*Note: the instructions below will not work if you changed your shell from bash +to [fish](https://fishshell.com/) or some other shell which does not read the `.bashrc` file. If this is the case, please run `chsh -s /bin/bash`, log out and then log in again.* + To install or update nvm, you can use the [install script][2] using cURL: ```sh