blob: 23d4c4a9c86895a01793088ab3529145d48ad6ca [file] [log] [blame]
#!/bin/bash
if ! command -v bundler >/dev/null 2>&1; then
echo "bundler is not installed. You need to do: gem install bundler"
exit 1
fi
cd docs && bundle install