0
0
mirror of https://github.com/tj/n.git synced 2024-11-22 02:57:32 +01:00
This commit is contained in:
TJ Holowaychuk 2013-01-18 07:41:51 -08:00
parent 226781dfbd
commit 7fd90c09e3

View File

@ -91,9 +91,7 @@ Execute npm with 0.6.3 regardless of the active version:
n latest [config ...] Install or activate the latest node release
n stable [config ...] Install or activate the latest stable node release
n <version> [config ...] Install and/or use node <version>
n custom <version> <tarball> [config ...] Install custom node <tarball> with [args ...]
n use <version> [args ...] Execute node <version> with [args ...]
n npm <version> [args ...] Execute npm <version> with [args ...]
n bin <version> Output bin path for <version>
n rm <version ...> Remove the given version(s)
n --latest Output the latest node version available
@ -107,10 +105,10 @@ Execute npm with 0.6.3 regardless of the active version:
Aliases:
- rm
which bin
use as
custom c
list ls
- rm
## Details