aboutsummaryrefslogtreecommitdiffstats
path: root/installation.md
diff options
context:
space:
mode:
authorJason Phan <jason@ket.so>2020-11-17 18:02:27 -0600
committerDrew DeVault <sir@cmpwn.com>2020-11-18 12:16:21 -0500
commit6ab41ef4b6366666fa4ee90ee4552a6c142a4e11 (patch)
tree71697b210820817c69f1488da0033b959979f01d /installation.md
parent17cbf2be884ef065563b407fe6a40b2e6fb82ba4 (diff)
downloadsr.ht-docs-6ab41ef4b6366666fa4ee90ee4552a6c142a4e11.tar.gz
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.
Diffstat (limited to 'installation.md')
-rw-r--r--installation.md12
1 files changed, 8 insertions, 4 deletions
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!
<div class="alert alert-info">
- <strong>Note:</strong> 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.
+ <strong>Note:</strong> For any distribution-related issues, please contact
+ the appropriate maintainers listed on the [Packages](/packages.md) page.
+</div>
+
+<div class="alert alert-info">
+ <strong>Note:</strong> Packages ship with the correct users and groups set
+ up, as well as the correct daemon configurations for your distribution's init
+ system.
</div>
# Next Steps