Update Alpine Linux installation instructions (#1953)

This commit is contained in:
Newbyte 2022-08-03 13:49:27 -04:00 committed by Vincent Prouillet
parent 93d61cdf72
commit 6f0697d438

View File

@ -30,10 +30,12 @@ $ pacman -S zola
### Alpine Linux
Zola is available in the official Alpine Linux repository, only on the `edge` version for now.
Zola is available in the official Alpine Linux community repository since Alpine v3.13.
See this section of the Alpine Wiki explaining how to enable the community repository if necessary: https://wiki.alpinelinux.org/wiki/Repositories#Enabling_the_community_repository
```sh
$ apk add zola --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/
$ apk add zola
```
### Debian