diff options
author | Mihai Bazon <mihai@bazon.net> | 2012-10-05 15:31:41 +0300 |
---|---|---|
committer | Mihai Bazon <mihai@bazon.net> | 2012-10-05 15:31:55 +0300 |
commit | 42c25d901cb62917723b0b09285921de73d6eb6d (patch) | |
tree | 88dc9030fc8826555ab9c152cc82da00cf436b80 | |
parent | e88dcc3819bd5af933d124fc5bf2b021366d5f28 (diff) | |
download | tracifyjs-42c25d901cb62917723b0b09285921de73d6eb6d.tar.gz tracifyjs-42c25d901cb62917723b0b09285921de73d6eb6d.zip |
add note about installation
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -6,6 +6,19 @@ UglifyJS is a JavaScript parser, minifier, compressor or beautifier toolkit. For now this page documents the command line utility. More advanced API documentation will be made available later. +Install +------- + +From NPM: + + npm install uglify-js2 + +From Git: + + git clone git://github.com/mishoo/UglifyJS2.git + cd UglifyJS2 + npm link . + Usage ----- |