From 6ab41ef4b6366666fa4ee90ee4552a6c142a4e11 Mon Sep 17 00:00:00 2001 From: Jason Phan Date: Tue, 17 Nov 2020 18:02:27 -0600 Subject: Fix up packages notes I think we should keep the note about packages automatically setting up the daemons for you, as that isn't exactly obvious when going through this the first time. As for the note for users wanting to contribute to the repositories, I'd like to keep it consistent with, say, the Hacking note on /installation.md, which is green as well. Also it's kinda hard to see that short paragraph when it's right before a big yellow box. I also don't think we need a note about Alpine being the only official repository. The fact that Alpine hosts are the only officially supported host sort of implies that. --- installation.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'installation.md') diff --git a/installation.md b/installation.md index bd3c4f0..cc4107e 100644 --- a/installation.md +++ b/installation.md @@ -65,10 +65,14 @@ Most sr.ht services require the following: 2. Install your sr.ht services!
- Note: Each package repository has a dedicated maintainer, - listed on the packages page, who should be your first stop for any - distribution-related issues. Alpine Linux is officially maintained by - SourceHut; the other repositories are community-maintained. + Note: For any distribution-related issues, please contact + the appropriate maintainers listed on the [Packages](/packages.md) page. +
+ +
+ Note: Packages ship with the correct users and groups set + up, as well as the correct daemon configurations for your distribution's init + system.
# Next Steps -- cgit