Add ProTip about installing unreleased version on master
This commit is contained in:
parent
cf4f8277c1
commit
f9f197bcd6
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue