0
0
mirror of https://github.com/tj/n.git synced 2024-11-21 18:48:57 +01:00

Fix some references to nvh

This commit is contained in:
John Gee 2019-08-12 08:23:28 +12:00
parent 4fa17dd268
commit bff1bb01ce
2 changed files with 3 additions and 3 deletions

View File

@ -154,11 +154,11 @@ List matching remote versions available for download:
List downloaded versions in cache:
nvh ls
n ls
Display diagnostics to help resolve problems:
nvh doctor
n doctor
## Custom Source

View File

@ -12,4 +12,4 @@ n --download 4
n --download lts
n --download latest
n --download nightly/latest
NVH_NODE_MIRROR=https://npm.taobao.org/mirrors/node n --download 6.11
N_NODE_MIRROR=https://npm.taobao.org/mirrors/node n --download 6.11