aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Bazon <mihai@bazon.net>2012-10-05 15:31:41 +0300
committerMihai Bazon <mihai@bazon.net>2012-10-05 15:31:55 +0300
commit42c25d901cb62917723b0b09285921de73d6eb6d (patch)
tree88dc9030fc8826555ab9c152cc82da00cf436b80
parente88dcc3819bd5af933d124fc5bf2b021366d5f28 (diff)
downloadtracifyjs-42c25d901cb62917723b0b09285921de73d6eb6d.tar.gz
tracifyjs-42c25d901cb62917723b0b09285921de73d6eb6d.zip
add note about installation
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 252a9c28..67e20448 100644
--- a/README.md
+++ b/README.md
@@ -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
-----