Skip to content

Commit

Permalink
doc(installation): add Debian package (getzola#1432)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnumbirr authored Apr 26, 2021
1 parent 6e2595a commit a0b92be
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/content/documentation/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a0b92be

Please sign in to comment.