From f8bb36c1cda306f567d18805d6949b6f5296732f Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 8 Jun 2013 17:19:14 +0200 Subject: [PATCH] Include instructions to upgrade to the latest version of Jekyll on 'Upgrading' page. Fixes #1194 --- site/docs/upgrading.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/docs/upgrading.md b/site/docs/upgrading.md index b45ba432..5f358396 100644 --- a/site/docs/upgrading.md +++ b/site/docs/upgrading.md @@ -9,6 +9,11 @@ permalink: /docs/upgrading/ Upgrading from an older version of Jekyll? A few things have changed in 1.0 that you'll want to know about. +Before we dive in, go ahead and fetch the latest version of Jekyll: + +{% highlight bash %} +$ gem update jekyll +{% endhighlight %}
Diving in