Skip to content

Commit

Permalink
Mention Fedora removal and COPR
Browse files Browse the repository at this point in the history
  • Loading branch information
bronson authored Jan 14, 2023
1 parent d899f3b commit 5bfa787
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/content/documentation/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,17 @@ $ sudo dpkg -i zola_<version>_amd64_debian_<debian_version>.deb

### Fedora

Zola has been available in the official repositories since Fedora 29.
Zola was included with Fedora 29 through Fedora 35.

```sh
$ sudo dnf install zola
```
It [was removed](https://pagure.io/releng/issue/11066) from more recent versions of Fedora. Those users can install using [COPR](https://fedoraproject.org/wiki/Category:Copr).

```sh
$ sudo dnf copr enable fz0x1/zola
$ sudo dnf install zola
```

### Void Linux

Expand Down

0 comments on commit 5bfa787

Please sign in to comment.