From bfd834f5265ef71a5601b7985aa7655d6df57ecb Mon Sep 17 00:00:00 2001 From: Stefan Maric Date: Wed, 4 Nov 2015 22:38:42 -0430 Subject: [PATCH] Add lts alias reference to README --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index f163014..55c6ffb 100644 --- a/Readme.md +++ b/Readme.md @@ -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 Install node n use [args ...] Execute node with [args ...] n bin Output bin path for n rm 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):