From 42c25d901cb62917723b0b09285921de73d6eb6d Mon Sep 17 00:00:00 2001 From: Mihai Bazon Date: Fri, 5 Oct 2012 15:31:41 +0300 Subject: [PATCH] add note about installation --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 ----- -- 2.34.1