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

Add lts alias reference to README

This commit is contained in:
Stefan Maric 2015-11-04 22:38:42 -04:30
parent 0f590a4ef2
commit bfd834f526

View File

@ -58,6 +58,10 @@ Use or install the stable official release:
$ n stable
Use or install the latest LTS official release:
$ n lts
### Removing Binaries
Remove some versions:
@ -100,12 +104,14 @@ with flags:
n latest Install or activate the latest node release
n -a x86 latest As above but force 32 bit architecture
n stable Install or activate the latest stable node release
n lts Install or activate the latest LTS node release
n <version> Install node <version>
n use <version> [args ...] Execute node <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
n --stable Output the latest stable node version available
n --lts Output the latest LTS node version available
n ls Output the versions of node available
(iojs):