Include instructions to upgrade to the latest version of Jekyll on 'Upgrading' page. Fixes #1194
This commit is contained in:
parent
700d840a06
commit
f8bb36c1cd
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue