From 44ffce977c0fcba9847dd266b4ec2ff60c04e791 Mon Sep 17 00:00:00 2001 From: Alexandr Date: Sun, 21 Jan 2018 00:41:59 +0300 Subject: [PATCH] Update installation.md (#6694) Merge pull request 6694 --- docs/_docs/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_docs/installation.md b/docs/_docs/installation.md index 398b5e1a..e416d680 100644 --- a/docs/_docs/installation.md +++ b/docs/_docs/installation.md @@ -15,9 +15,9 @@ Before you start, make sure your system has the following: - GNU/Linux, Unix, or macOS - [Ruby](https://www.ruby-lang.org/en/downloads/) version 2.2.5 or above, including all development - headers -- [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) + 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) (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`,`g++ -v` and `make -v` in your system's command line interface)
Problems installing Jekyll?