From cbb1632a1a60bb6bf987474dcfe956d19673a62f Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Fri, 17 Apr 2026 15:58:22 +0200 Subject: [PATCH] docs: Describe Debian components Describe "stable", "stable unstable" and "dev" components --- pkg/debian/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkg/debian/README.md b/pkg/debian/README.md index f90f1f099..a0e2fd6ba 100644 --- a/pkg/debian/README.md +++ b/pkg/debian/README.md @@ -6,7 +6,9 @@ This document provides information about downloading and deploying the Debian pa To add the Continuwuation apt repository: ```bash -# Replace with `"dev"` for bleeding-edge builds at your own risk +# Component `"stable"` contains all tagged releases. Use `"stable unstable"` to additionally include all pre-releases (alpha, beta, rc,...) +# Replace with `"dev"` for bleeding-edge builds at your own risk, these contain +# automatic nightly builds and might or might not work. export COMPONENT="stable" # Import the Continuwuation signing key sudo curl https://forgejo.ellis.link/api/packages/continuwuation/debian/repository.key -o /etc/apt/keyrings/forgejo-continuwuation.asc