From f9f197bcd60b575f057ab44fe1c7dbad88a175da Mon Sep 17 00:00:00 2001
From: Michael Rose <est.michael@gmail.com>
Date: Tue, 4 Apr 2017 12:48:37 -0400
Subject: [PATCH] Add ProTip about installing unreleased version on `master`

---
 docs/_docs/03-installation.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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