installation instructions for Fedora (#7198)

Merge pull request 7198
This commit is contained in:
Samuel Gruetter 2018-08-26 09:50:35 -04:00 committed by jekyllbot
parent d3fba977f7
commit bd9162a3bb
1 changed files with 12 additions and 0 deletions

View File

@ -10,6 +10,7 @@ installed on most systems.
- [Requirements](#requirements) - [Requirements](#requirements)
- [Install Jekyll on macOS](#macOS) - [Install Jekyll on macOS](#macOS)
- [Install Jekyll on Ubuntu Linux](#ubuntu) - [Install Jekyll on Ubuntu Linux](#ubuntu)
- [Install Jekyll on other Linux distros](#otherlinux)
- [Install Jekyll on Windows](../windows/) - [Install Jekyll on Windows](../windows/)
- [Upgrade Jekyll](#upgrade-jekyll) - [Upgrade Jekyll](#upgrade-jekyll)
@ -142,6 +143,17 @@ gem install jekyll bundler
That's it! You're ready to start using Jekyll. 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 ## 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: 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: