1
0
mirror of https://github.com/github/choosealicense.com synced 2024-11-05 03:08:51 +01:00

install coffee-script globally, fixes #100, props @cameronmcefee

This commit is contained in:
Ben Balter 2013-07-13 18:48:08 -04:00
parent 1bc439a3c8
commit f74a52ddb7

View File

@ -6,7 +6,7 @@ echo "bundling installin'"
bundle install bundle install
echo "npm installin'" echo "npm installin'"
npm install coffee-script npm install -g coffee-script
echo echo
echo "You're all set. Just run script/server and you can play license roulette!" echo "You're all set. Just run script/server and you can play license roulette!"