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:
parent
4fa17dd268
commit
bff1bb01ce
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user