Update minimum Ruby version in installation.md (#6164)
Merge pull request 6164
This commit is contained in:
parent
3a52866cce
commit
0f0dab0239
|
@ -14,7 +14,7 @@ Installing Jekyll should be straight-forward if all requirements are met.
|
||||||
Before you start, make sure your system has the following:
|
Before you start, make sure your system has the following:
|
||||||
|
|
||||||
- GNU/Linux, Unix, or macOS
|
- GNU/Linux, Unix, or macOS
|
||||||
- [Ruby](https://www.ruby-lang.org/en/downloads/) version 2.0 or above, including all development
|
- [Ruby](https://www.ruby-lang.org/en/downloads/) version 2.1 or above, including all development
|
||||||
headers
|
headers
|
||||||
- [RubyGems](https://rubygems.org/pages/download)
|
- [RubyGems](https://rubygems.org/pages/download)
|
||||||
- [GCC](https://gcc.gnu.org/install/) and [Make](https://www.gnu.org/software/make/) (in case your system doesn't have them installed, which you can check by running `gcc -v` and `make -v` in your system's command line interface)
|
- [GCC](https://gcc.gnu.org/install/) and [Make](https://www.gnu.org/software/make/) (in case your system doesn't have them installed, which you can check by running `gcc -v` and `make -v` in your system's command line interface)
|
||||||
|
|
Loading…
Reference in New Issue