mirror of
https://github.com/github/choosealicense.com
synced 2024-11-05 11:18:50 +01:00
install coffee-script globally, fixes #100, props @cameronmcefee
This commit is contained in:
parent
1bc439a3c8
commit
f74a52ddb7
@ -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!"
|
Loading…
Reference in New Issue
Block a user