Add comment about gem outdated
This commit is contained in:
parent
2be5d56059
commit
c7d0dda5a7
|
@ -118,7 +118,7 @@ You can also use [RubyGems](https://rubygems.org/gems/jekyll) to find the curren
|
||||||
$ gem search jekyll --remote
|
$ 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
|
```sh
|
||||||
$ gem update jekyll
|
$ gem update jekyll
|
||||||
|
|
Loading…
Reference in New Issue