mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-25 06:48:18 -05:00
405 B
405 B
title, permalink
| title | permalink |
|---|---|
| Jekyll on Linux | /docs/installation/other-linux/ |
Installation on other Linux distributions works similarly as on Ubuntu.
On Fedora, the dependencies can be installed as follows:
sudo dnf install ruby ruby-devel @development-tools
On Debian:
sudo apt-get install ruby-full build-essential
The rest works the same as on Ubuntu.