Sign in
apache
/
pouchdb
/
HEAD
/
.
/
bin
/
install-jekyll.sh
blob: 0e4c7c33bdc0b938dc7a14e91051f6639d370532 [
file
]
#!/usr/bin/env -S bash -e
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