diff options
author | Mihai Bazon <mihai.bazon@gmail.com> | 2013-01-17 01:08:59 -0800 |
---|---|---|
committer | Mihai Bazon <mihai.bazon@gmail.com> | 2013-01-17 01:08:59 -0800 |
commit | 605f330e6949ca699a8770a9dd7d80bbacc6a175 (patch) | |
tree | 275a8bc398f361de68bd5a111505995dbf0771e7 | |
parent | f0909bdc8f747c46b1359bcca72bf785b660be70 (diff) | |
parent | c13e7e621da70c2374a3afe84e46677a75fe968c (diff) | |
download | tracifyjs-605f330e6949ca699a8770a9dd7d80bbacc6a175.tar.gz tracifyjs-605f330e6949ca699a8770a9dd7d80bbacc6a175.zip |
Merge pull request #98 from ForbesLindesay/patch-1
Update installation instructions
-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 |