From 47bc14148f1c21b8bda2eb497203b32d9fd802f3 Mon Sep 17 00:00:00 2001 From: Mark Nadig Date: Fri, 16 Dec 2011 14:30:28 -0700 Subject: [PATCH] refs #191 - example $NODE_PATH --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e19ddbb..a4e9aaa 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ First, make sure you have the proper CoffeeScript / Cake set-up in place. 1. Install Coffeescript: the [CoffeeScript documentation](http://jashkenas.github.com/coffee-script/) provides easy-to-follow instructions. 2. Install UglifyJS: npm -g install uglify-js -3. Verify that your $NODE_PATH is properly configured using echo $NODE_PATH +3. Verify that your $NODE_PATH is properly configured using echo $NODE_PATH; e.g. /usr/lib/node_modules Once you're configured, building the JavasScript from the command line is easy: