diff --git a/README.md b/README.md index b9b217a..8308faa 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ With ruby installed it is as easy as running the following commands in a termina ```bash gem install bundler jekyll +export GEM_HOME=$(ruby -e 'puts Gem.user_dir') bundle exec jekyll serve ```