Skip to content

Commit 9af91a7

Browse files
Sladyn Nunesljharb
authored andcommitted
add headings to certain sections in the readme
1 parent 6641ded commit 9af91a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,18 +440,21 @@ nvm help --no-colors
440440
TERM=dumb nvm ls
441441
```
442442

443+
#### Restoring PATH
443444
To restore your PATH, you can deactivate it:
444445

445446
```sh
446447
nvm deactivate
447448
```
448449

450+
#### Set default node version
449451
To set a default Node version to be used in any new shell, use the alias 'default':
450452

451453
```sh
452454
nvm alias default node
453455
```
454456

457+
#### Use a mirror of node binaries
455458
To use a mirror of the node binaries, set `$NVM_NODEJS_ORG_MIRROR`:
456459

457460
```sh

0 commit comments

Comments
 (0)