From 25169a4f0bb9350f870de416a9b3370c7b0151bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JC=20Gr=C3=BCnhage?= Date: Fri, 23 May 2025 15:27:08 +0200 Subject: [PATCH] docs: clarify that Chimera Linux requires enabling the `user` repo first (#848) --- docs/installation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 429aa19e..5f6add88 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -120,7 +120,12 @@ description: Installation instructions for zizmor. This is a community-maintained package. + `zizmor` is available in [Chimera Linux' user repo](https://chimera-linux.org/docs/apk#repositories): + ```bash + # If you don't have the 'user' repo enabled yet, do that first + apk add chimera-repo-user + apk add zizmor ```