From c7d0dda5a76db5360348bc9487d5171573b9ed9a Mon Sep 17 00:00:00 2001 From: Scott King Date: Wed, 19 Oct 2016 09:40:43 -0400 Subject: [PATCH] Add comment about gem outdated --- site/_docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/installation.md b/site/_docs/installation.md index b61f439f..ee27f15f 100644 --- a/site/_docs/installation.md +++ b/site/_docs/installation.md @@ -118,7 +118,7 @@ You can also use [RubyGems](https://rubygems.org/gems/jekyll) to find the curren $ gem search jekyll --remote ``` -and you'll search for just the name `jekyll`, and in brackets will be latest version. If you aren't running the latest version, run the update command: +and you'll search for just the name `jekyll`, and in brackets will be latest version. Another way to check if you have the latest version is to run the command `gem outdated`. This will provide a list of all the gems on your system that need to be updated. If you aren't running the latest version, run this command: ```sh $ gem update jekyll