From 96d3b5e986b463e5ad15c342f265e58fda017023 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Thu, 21 Dec 2017 16:44:29 +0100 Subject: [PATCH] Docs: Remove requirements for Jekyll 2.x --- docs/_docs/installation.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/_docs/installation.md b/docs/_docs/installation.md index 8a87744d..398b5e1a 100644 --- a/docs/_docs/installation.md +++ b/docs/_docs/installation.md @@ -19,11 +19,6 @@ Before you start, make sure your system has the following: - [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) -#### Only required for Jekyll 2 and earlier - -- [NodeJS](https://nodejs.org/), or another JavaScript runtime (for CoffeeScript support). -- [Python 2.7](https://www.python.org/downloads/) -
Problems installing Jekyll?