Skip to content

Commit

Permalink
Adding information about stable releases
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgco committed Jan 28, 2012
1 parent 4646f65 commit 9b00813
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ Use or install the latest official release:

$ n latest

Use or install the stable official release:

$ n stable

Install a custom or patched version of node from a tarball:

$ n custom 0.6.5 https://github.com/dshaw/node/tarball/patch/v0.6.5status
Expand Down Expand Up @@ -85,13 +89,15 @@ Execute npm with 0.6.3 regardless of the active version:

n Output versions installed
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
n --stable Output the latest stable node version available
n ls Output the versions of node available

Options:
Expand Down

0 comments on commit 9b00813

Please sign in to comment.