Added installation note regarding shells other than bash

This commit is contained in:
Silviu Bogan 2017-09-30 02:42:20 +03:00
parent 6597e11971
commit 8d541aa559

View File

@ -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