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: