diff --git a/docs/install-jekyll.sh b/docs/install-jekyll.sh new file mode 100755 index 000000000..3d3c02c21 --- /dev/null +++ b/docs/install-jekyll.sh @@ -0,0 +1,5 @@ +#!/bin/sh +gem install --user-install bundler jekyll +GEM_HOME=$HOME/.gem bundle install + +echo "You can now use 'GEM_HOME=$HOME/.gem bundle exec jekyll serve' to test the docs locally"