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 %}