doc(installation): add Debian package (#1432)
This commit is contained in:
parent
6e2595a191
commit
a0b92be9f6
|
@ -30,6 +30,15 @@ Zola is available in the official Alpine Linux repository, only on the `edge` ve
|
|||
$ apk add zola --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/
|
||||
```
|
||||
|
||||
### Debian
|
||||
|
||||
Zola is available over at [barnumbirr/zola-debian](https://github.com/barnumbirr/zola-debian).
|
||||
Grab the latest `.deb` for your Debian version then simply run:
|
||||
|
||||
```sh
|
||||
$ sudo dpkg -i zola_<version>_amd64_debian_<debian_version>.deb
|
||||
```
|
||||
|
||||
### Fedora
|
||||
|
||||
Zola has been available in the official repositories since Fedora 29.
|
||||
|
|
Loading…
Reference in a new issue