From bd9162a3bb6cef017eb553f74789e71e236c7964 Mon Sep 17 00:00:00 2001 From: Samuel Gruetter <2394355+samuelgruetter@users.noreply.github.com> Date: Sun, 26 Aug 2018 09:50:35 -0400 Subject: [PATCH] installation instructions for Fedora (#7198) Merge pull request 7198 --- docs/_docs/installation.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/_docs/installation.md b/docs/_docs/installation.md index 55dd4a40..f2a56b31 100644 --- a/docs/_docs/installation.md +++ b/docs/_docs/installation.md @@ -10,6 +10,7 @@ installed on most systems. - [Requirements](#requirements) - [Install Jekyll on macOS](#macOS) - [Install Jekyll on Ubuntu Linux](#ubuntu) +- [Install Jekyll on other Linux distros](#otherlinux) - [Install Jekyll on Windows](../windows/) - [Upgrade Jekyll](#upgrade-jekyll) @@ -142,6 +143,17 @@ gem install jekyll bundler That's it! You're ready to start using Jekyll. +## Install on other Linux distros {#otherlinux} + +Installation on other Linux distributions works similarly as on Ubuntu. + +On Fedora, the dependencies can be installed as follows, and the rest +works the same as on Ubuntu. + +```sh +sudo dnf install ruby ruby-devel @development-tools +``` + ## Upgrade Jekyll Before you start developing with Jekyll, you may want to check that you're up to date with the latest version. To find the currently installed version of Jekyll, run one of these commands: