Add ProTip about installing unreleased version on master

This commit is contained in:
Michael Rose 2017-04-04 12:48:37 -04:00
parent cf4f8277c1
commit f9f197bcd6

View file

@ -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