Skip to content

Commit

Permalink
more cleanup the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtaco committed Dec 10, 2012
1 parent e2a0409 commit ddeffa7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README
Expand Up @@ -28,23 +28,24 @@
sudo bin/cake install

Or, if you have the Node Package Manager installed:
npm install -g coffee-script
npm install -g iced-coffee-script
(Leave off the -g if you don't wish to install globally.)

Execute a script:
coffee /path/to/script.coffee
iced /path/to/script.coffee

Compile a script:
coffee -c /path/to/script.coffee
iced -c /path/to/script.coffee

For documentation, usage, and examples, see:
http://maxtaco.github.com/coffee-script

To suggest a feature, report a bug, or general discussion:
http://github.com/maxtaco/coffee-script/issues/

If you'd like to chat, drop by #coffeescript on Freenode IRC,
or on webchat.freenode.net.
DM or tweet at me with questions: @maxtaco

Or better yet, tweet about how much you love IcedCoffeeScript.

The source repository:
git://github.com/maxtaco/coffee-script.git
Expand Down
2 changes: 1 addition & 1 deletion UPDATING.md
Expand Up @@ -22,7 +22,7 @@ git checkout iced
git pull origin iced
```

1. Then do the rebase (which will fail all sorts of ways, see below...):
1. Then do the rebase (which will fail in all sorts of ways, see below...):
```sh
git rebase master
```
Expand Down

0 comments on commit ddeffa7

Please sign in to comment.