Skip to content

Commit

Permalink
Fix command to install lesscss
Browse files Browse the repository at this point in the history
The command line utility is `lessc` but the npm name is `less`
  • Loading branch information
codingisacopingstrategy committed Jun 4, 2014
1 parent 95e9c62 commit 09e1d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ need. You will need coffee script and lessc if you're going to hack on the
Aloha code.

npm install -g coffee-script
npm install -g lessc
npm install -g less

#### Installing the book editor

Expand Down

0 comments on commit 09e1d2c

Please sign in to comment.