1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-02 16:39:13 +02:00
choosealicense.com/script/bootstrap

13 lines
216 B
Plaintext
Raw Normal View History

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