From 7fd90c09e3032b7487ea84473882fc55be2314d7 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Fri, 18 Jan 2013 07:41:51 -0800 Subject: [PATCH] docs --- Readme.md | 42 ++++++++++++++++++++---------------------- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/Readme.md b/Readme.md index 27070d9..564035d 100644 --- a/Readme.md +++ b/Readme.md @@ -83,34 +83,32 @@ Execute npm with 0.6.3 regardless of the active version: Output from `n --help`: - Usage: n [options] [COMMAND] [config] + Usage: n [options] [COMMAND] [config] - Commands: + Commands: - 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 [config ...] Install and/or use node - n custom [config ...] Install custom node with [args ...] - n use [args ...] Execute node with [args ...] - n npm [args ...] Execute npm 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 ls Output the versions of node available + 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 [config ...] Install and/or use 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 ls Output the versions of node available - Options: + Options: - -V, --version Output current version of n - -h, --help Display help information + -V, --version Output current version of n + -h, --help Display help information - Aliases: + Aliases: - - rm - which bin - use as - custom c + which bin + use as + list ls + - rm ## Details