aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMihai Bazon <mihai.bazon@gmail.com>2013-01-17 01:08:59 -0800
committerMihai Bazon <mihai.bazon@gmail.com>2013-01-17 01:08:59 -0800
commit605f330e6949ca699a8770a9dd7d80bbacc6a175 (patch)
tree275a8bc398f361de68bd5a111505995dbf0771e7 /README.md
parentf0909bdc8f747c46b1359bcca72bf785b660be70 (diff)
parentc13e7e621da70c2374a3afe84e46677a75fe968c (diff)
downloadtracifyjs-605f330e6949ca699a8770a9dd7d80bbacc6a175.tar.gz
tracifyjs-605f330e6949ca699a8770a9dd7d80bbacc6a175.zip
Merge pull request #98 from ForbesLindesay/patch-1
Update installation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index bb8521b2..daa96118 100644
--- a/README.md
+++ b/README.md
@@ -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