Update installation instructions re #4

This commit is contained in:
Forbes Lindesay
2013-01-17 00:13:42 +00:00
parent c058d8b9cd
commit c13e7e621d

View File

@@ -12,7 +12,14 @@ Chrome and probably Safari).
Install 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 npm install uglify-js