mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
Added installation note regarding shells other than bash
This commit is contained in:
parent
6597e11971
commit
8d541aa559
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user