mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
Update README.md
This commit is contained in:
parent
53c53bd3e6
commit
dcf1556ffc
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue