feat: add more instructions

You need to gem install bundle if it isnt installed yet, and recursive gets submodules in cases where init doesnot, I think.
This commit is contained in:
Richard Littauer
2018-05-18 16:31:10 -04:00
parent b98160c154
commit 2b98362921

View File

@@ -4,9 +4,10 @@ set -e
export CC=gcc
echo "==> Installing gem dependencies…"
gem install bundle
bundle check --path vendor/gems 2>&1 > /dev/null || {
time bundle install --binstubs bin --path vendor/gems
}
echo "==> Getting submodule for docs…"
git submodule update --init
git submodule update --init --recursive