1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-23 05:10:11 +01:00

11 lines
185 B
Plaintext
Raw Normal View History

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