diff --git a/README.md b/README.md index 7447e25..2fa3782 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,10 @@ confine access, ...) like me then you can also do: 1. Create some local directory used to hold the installed gems. I use `GEM_HOME=~/.local/lib/gems` to mirror the root tree that would otherwise be used. -2. > `bundle install --path $GEM_HOME` -3. Invoke jekyll through `bundle` as well - > `bundle exec jekyll serve` - +2. Invoke `bundle install --path $GEM_HOME`. Note that in newer bundle versions + you will simply want to use once `bundle config set --local path $GEM_HOME` + instead of the `--path` argument. +3. Now Invoke jekyll through `bundle` as well + > `bundle exec jekyll serve` [GHGuide]: https://help.github.com/en/articles/setting-up-your-github-pages-site-locally-with-jekyll diff --git a/_layouts/default.html b/_layouts/default.html index 094c1c3..9c8a764 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,7 +15,10 @@