parent
d3fba977f7
commit
bd9162a3bb
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue