docs: clarify that Chimera Linux requires enabling the user repo first (#848)

This commit is contained in:
JC Grünhage 2025-05-23 15:27:08 +02:00 committed by GitHub
parent 46f61576d3
commit 25169a4f0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
```