mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
Update README.md
This commit is contained in:
parent
248706d5f8
commit
c032f6b8a8
@ -329,6 +329,11 @@ You can create a `.nvmrc` file containing version number in the project root dir
|
|||||||
|
|
||||||
For example, to make nvm default to the latest 5.9 release for the current directory:
|
For example, to make nvm default to the latest 5.9 release for the current directory:
|
||||||
|
|
||||||
|
.nvmrc file:
|
||||||
|
```
|
||||||
|
5.9
|
||||||
|
```
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ echo "5.9" > .nvmrc
|
$ echo "5.9" > .nvmrc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user