Merge pull request #181 from mntnr/feat/dx-audit

docs: changes to README, Contribute, and scripts
This commit is contained in:
Brandon Keepers
2018-08-02 16:30:21 -04:00
committed by GitHub
3 changed files with 52 additions and 3 deletions

View File

@@ -4,9 +4,10 @@ set -e
export CC=gcc
echo "==> Installing gem dependencies…"
which bundle || 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