diff --git a/docs/_docs/03-installation.md b/docs/_docs/03-installation.md index 89106b38..549238a4 100644 --- a/docs/_docs/03-installation.md +++ b/docs/_docs/03-installation.md @@ -2,7 +2,7 @@ title: "Installation" permalink: /docs/installation/ excerpt: "Instructions for installing the theme for new and existing Jekyll based sites." -last_modified_at: 2016-11-03T10:13:32-04:00 +last_modified_at: 2017-04-04T12:44:56-04:00 --- ## Install the Theme @@ -87,6 +87,9 @@ group :jekyll_plugins do end ``` +**ProTip:** To be bleeding edge install the latest (unreleased) version of Minimal Mistakes by adding this line to your `Gemfile`: `gem "minimal-mistakes-jekyll", :github => "mmistakes/minimal-mistakes"`. +{: .notice--info} + To maintain a local Jekyll environment in sync with GitHub Pages replace the `gem "jekyll"` line with `gem "github-pages", group: :jekyll_plugins` and run the following: ```bash