1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 12:50:24 +01:00

13 lines
216 B
Plaintext
Raw Normal View History

#!/bin/sh
set -e
echo "bundling installin'"
gem install bundler
bundle install
2013-07-13 15:25:55 -04:00
echo "npm installin'"
npm install coffee-script
2013-07-13 15:25:55 -04:00
echo
echo "You're all set. Just run script/server and you can play license roulette!"