mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
6 lines
183 B
Bash
6 lines
183 B
Bash
|
#!/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"
|