aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorForbes Lindesay <forbes@lindesay.co.uk>2013-01-17 00:13:42 +0000
committerForbes Lindesay <forbes@lindesay.co.uk>2013-01-17 00:13:42 +0000
commitc13e7e621da70c2374a3afe84e46677a75fe968c (patch)
treeacf5644011834451e2010976429a3f41a47e8e04
parentc058d8b9cdb30b4fc14490d5274f53a84b97f78d (diff)
downloadtracifyjs-c13e7e621da70c2374a3afe84e46677a75fe968c.tar.gz
tracifyjs-c13e7e621da70c2374a3afe84e46677a75fe968c.zip
Update installation instructions re #4
-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