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