From e3911488f721923686c7a0bb644f2e4490907756 Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Wed, 5 Jan 2011 07:01:29 -0800 Subject: [PATCH] readme --- Readme.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 292c1fe..2e37d22 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,31 @@ -# Chrono +# n + + My own flavour of node binary management, no subshells, no profile setup, no convoluted api, just _simple_. + +## Installation + + $ npm install n + +or + + $ make install + +## Usage + + Output from `n --help`: + + Usage: n [options] + + Commands: + + n Output versions installed + n Install node + + Options: + + -V, --version Output current version of n + -h, --help Display help information ## License