From 6f0697d438716a138f99430ed8b008b0b63add48 Mon Sep 17 00:00:00 2001 From: Newbyte Date: Wed, 3 Aug 2022 13:49:27 -0400 Subject: [PATCH] Update Alpine Linux installation instructions (#1953) --- docs/content/documentation/getting-started/installation.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/content/documentation/getting-started/installation.md b/docs/content/documentation/getting-started/installation.md index c2e3357db1..0b51c153f8 100644 --- a/docs/content/documentation/getting-started/installation.md +++ b/docs/content/documentation/getting-started/installation.md @@ -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