Skip to content

Commit

Permalink
Update Alpine Linux installation instructions (#1953)
Browse files Browse the repository at this point in the history
  • Loading branch information
Newbytee authored and Keats committed Aug 7, 2022
1 parent d32edb0 commit 1b78d91
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/content/documentation/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b78d91

Please sign in to comment.