Update installation.md (#6694)

Merge pull request 6694
This commit is contained in:
Alexandr 2018-01-21 00:41:59 +03:00 committed by jekyllbot
parent 6b98a5c9cf
commit 44ffce977c
1 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@ 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.2.5 or above, including all development - [Ruby](https://www.ruby-lang.org/en/downloads/) version 2.2.5 or above, including all development
headers headers (ruby installation can be checked by running `ruby -v`, development headers can be checked on Ubuntu by running `apt list --installed ruby-dev`)
- [RubyGems](https://rubygems.org/pages/download) - [RubyGems](https://rubygems.org/pages/download) (which you can check by running `gem -v`)
- [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`,`g++ -v` and `make -v` in your system's command line interface)
<div class="note info"> <div class="note info">
<h5>Problems installing Jekyll?</h5> <h5>Problems installing Jekyll?</h5>