docs: install dependencies on Debian
This commit is contained in:
parent
47ec61f9b5
commit
879a4c44f6
|
@ -2,10 +2,18 @@
|
|||
title: Jekyll on Linux
|
||||
permalink: /docs/installation/other-linux/
|
||||
---
|
||||
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.
|
||||
Installation on other Linux distributions works similarly as on [Ubuntu](ubuntu.html).
|
||||
|
||||
On Fedora, the dependencies can be installed as follows:
|
||||
|
||||
```sh
|
||||
sudo dnf install ruby ruby-devel @development-tools
|
||||
```
|
||||
|
||||
On Debian:
|
||||
|
||||
```sh
|
||||
sudo apt-get install ruby-full build-essential
|
||||
```
|
||||
|
||||
The rest works the same as on [Ubuntu](ubuntu.html).
|
||||
|
|
Loading…
Reference in New Issue