diff --git a/README b/README index f7de9d50..50896694 100644 --- a/README +++ b/README @@ -22,14 +22,14 @@ CoffeeScript is a little language that compiles into JavaScript. - Install Node.js, and then install the CoffeeScript compiler: + Install Node.js, and then the CoffeeScript compiler: sudo bin/cake install Compile a script: coffee /path/to/script.coffee For documentation, usage, and examples, see: - http://jashkenas.github.com/coffee-script/ + http://coffeescript.org/ To suggest a feature, report a bug, or general discussion: http://github.com/jashkenas/coffee-script/issues/ diff --git a/documentation/index.html.erb b/documentation/index.html.erb index fdfcc63a..448937f3 100644 --- a/documentation/index.html.erb +++ b/documentation/index.html.erb @@ -145,12 +145,13 @@ alert reverse '!tpircseeffoC'

- To install, either clone the - source repository, - or download the latest + To install, first make sure you have a working version of + Node.js, 0.1.30 or higher. Then clone the CoffeeScript + source repository + from GitHub, or download the latest release: 0.5.0. - Then, in order to install the CoffeeScript compiler system-wide - under /usr/local, run: + To install the CoffeeScript compiler system-wide + under /usr/local, open the directory and run:

diff --git a/index.html b/index.html
index 2d4a7b51..1033a873 100644
--- a/index.html
+++ b/index.html
@@ -242,12 +242,13 @@ cubed_list = (function() {
     

- To install, either clone the - source repository, - or download the latest + To install, first make sure you have a working version of + Node.js, 0.1.30 or higher. Then clone the CoffeeScript + source repository + from GitHub, or download the latest release: 0.5.0. - Then, in order to install the CoffeeScript compiler system-wide - under /usr/local, run: + To install the CoffeeScript compiler system-wide + under /usr/local, open the directory and run: