Merge pull request #98 from ForbesLindesay/patch-1

Update installation instructions
This commit is contained in:
Mihai Bazon 2013-01-17 01:08:59 -08:00
commit 605f330e69

View File

@ -12,7 +12,14 @@ Chrome and probably Safari).
Install
-------
From NPM:
First make sure you have installed the latest version of [node.js](http://nodejs.org/)
(You may need to restart your computer after this step).
From NPM for use as a command line app:
npm install uglify-js -g
From NPM for programmatic use:
npm install uglify-js