mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
[readme] fix level of headings
This commit is contained in:
parent
6b15796f66
commit
064f2597d1
@ -488,14 +488,14 @@ nvm help --no-colors
|
|||||||
TERM=dumb nvm ls
|
TERM=dumb nvm ls
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Restoring PATH
|
### Restoring PATH
|
||||||
To restore your PATH, you can deactivate it:
|
To restore your PATH, you can deactivate it:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
nvm deactivate
|
nvm deactivate
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Set default node version
|
### Set default node version
|
||||||
To set a default Node version to be used in any new shell, use the alias 'default':
|
To set a default Node version to be used in any new shell, use the alias 'default':
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
@ -504,7 +504,7 @@ nvm alias default 18 # this refers to the latest installed v18.x version of node
|
|||||||
nvm alias default 18.12 # this refers to the latest installed v18.12.x version of node
|
nvm alias default 18.12 # this refers to the latest installed v18.12.x version of node
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Use a mirror of node binaries
|
### Use a mirror of node binaries
|
||||||
To use a mirror of the node binaries, set `$NVM_NODEJS_ORG_MIRROR`:
|
To use a mirror of the node binaries, set `$NVM_NODEJS_ORG_MIRROR`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
Loading…
Reference in New Issue
Block a user