1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 11:17:15 +03:00
wezterm/docs/install-jekyll.sh
Wez Furlong ba4f5c1da9 add a little script to install jekyll
Tired of losing 30+ minutes trying to get a non-root ruby/gem
install working!
2019-12-18 08:05:05 -08:00

6 lines
183 B
Bash
Executable File

#!/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"