1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-16 16:09:50 +02:00
choosealicense.com/script/bootstrap

11 lines
168 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
set -e
echo "bundling installin'"
gem install bundler
bundle install
echo
2014-07-31 18:36:56 +02:00
echo "You're all set. Just run script/server and you can play license roulette!"