mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
add a little script to install jekyll
Tired of losing 30+ minutes trying to get a non-root ruby/gem install working!
This commit is contained in:
parent
26ac488c20
commit
ba4f5c1da9
5
docs/install-jekyll.sh
Executable file
5
docs/install-jekyll.sh
Executable file
@ -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"
|
Loading…
Reference in New Issue
Block a user