add note about installation
authorMihai Bazon <mihai@bazon.net>
Fri, 5 Oct 2012 12:31:41 +0000 (15:31 +0300)
committerMihai Bazon <mihai@bazon.net>
Fri, 5 Oct 2012 12:31:55 +0000 (15:31 +0300)
README.md

index 252a9c2..67e2044 100644 (file)
--- 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
 -----