diff --git a/docs/_docs/upgrading.md b/docs/_docs/upgrading.md index a1280672..e59187a4 100644 --- a/docs/_docs/upgrading.md +++ b/docs/_docs/upgrading.md @@ -8,3 +8,6 @@ Upgrading from an older version of Jekyll? Upgrading to a new major version of J - [From 0.x to 1.x and 2.x](/docs/upgrading/0-to-2/) - [From 2.x to 3.x](/docs/upgrading/2-to-3/) + +If you are making a minor update (for example from 3.3.1 to the latest version at the time 3.3.2) run 'bundle update jekyll' when in your site directory. +If you would like to update all your gems, run 'bundle update' when in your site directory.