Update README.md

This commit is contained in:
Michael Ficarra 2014-02-28 13:18:54 -06:00
parent 53c53bd3e6
commit dcf1556ffc
1 changed files with 2 additions and 6 deletions

View File

@ -22,17 +22,13 @@ CoffeeScript is a little language that compiles into JavaScript.
## Installation
If you have the Node Package Manager installed:
If you have the node package manager, npm, installed:
```shell
npm install -g coffee-script
```
Leave off the -g if you don't wish to install globally.
---
If you don't wish to use NPM:
Leave off the `-g` if you don't wish to install globally. If you don't wish to use npm:
```shell
git clone https://github.com/jashkenas/coffee-script.git