From c13e7e621da70c2374a3afe84e46677a75fe968c Mon Sep 17 00:00:00 2001 From: Forbes Lindesay Date: Thu, 17 Jan 2013 00:13:42 +0000 Subject: [PATCH] Update installation instructions re #4 --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- 2.34.1