Include instructions to upgrade to the latest version of Jekyll on 'Upgrading' page. Fixes #1194

This commit is contained in:
Parker Moore 2013-06-08 17:19:14 +02:00
parent 700d840a06
commit f8bb36c1cd
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@ permalink: /docs/upgrading/
Upgrading from an older version of Jekyll? A few things have changed in 1.0 Upgrading from an older version of Jekyll? A few things have changed in 1.0
that you'll want to know about. 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 %}
<div class="note feature"> <div class="note feature">
<h5 markdown="1">Diving in</h5> <h5 markdown="1">Diving in</h5>