0
0
mirror of https://github.com/tj/n.git synced 2024-11-21 18:48:57 +01:00
This commit is contained in:
Tj Holowaychuk 2011-01-05 07:01:29 -08:00
parent cb5e54be89
commit e3911488f7

View File

@ -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] <version>
Commands:
n Output versions installed
n <version> Install node <version>
Options:
-V, --version Output current version of n
-h, --help Display help information
## License