diff options
author | Forbes Lindesay <forbes@lindesay.co.uk> | 2013-01-17 00:13:42 +0000 |
---|---|---|
committer | Forbes Lindesay <forbes@lindesay.co.uk> | 2013-01-17 00:13:42 +0000 |
commit | c13e7e621da70c2374a3afe84e46677a75fe968c (patch) | |
tree | acf5644011834451e2010976429a3f41a47e8e04 | |
parent | c058d8b9cdb30b4fc14490d5274f53a84b97f78d (diff) | |
download | tracifyjs-c13e7e621da70c2374a3afe84e46677a75fe968c.tar.gz tracifyjs-c13e7e621da70c2374a3afe84e46677a75fe968c.zip |
Update installation instructions re #4
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |