diff options
author | Conrad Hoffmann <ch@bitfehler.net> | 2022-05-12 10:04:02 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2022-05-13 10:51:20 +0200 |
commit | b345d3de11bc0e7dbf344de75c30cf7e3620fa7b (patch) | |
tree | 518fc969826e333c8b34146f43bc39d4d497d5a5 /hacking.md | |
parent | 442f378483185ef5c2596b54d3f7d6430ded207b (diff) | |
download | sr.ht-docs-b345d3de11bc0e7dbf344de75c30cf7e3620fa7b.tar.gz |
Add link to package installation instructions
Besides being a bit more convenient, it also adds a little emphasis to
this specific bullet point :)
Diffstat (limited to 'hacking.md')
-rw-r--r-- | hacking.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -14,7 +14,7 @@ Here are some tips to expedite the installation procedure: * Some services require (or may optionally make use of) an S3-compatible storage backend. Minio is recommended for this purpose. * Generally, you can skip the webhooks daemons unless you need them. -* Always prefer package installations for obtaining dependencies. +* Always prefer [package installations][1] for obtaining dependencies. * You can *usually* get away without configuring the outgoing mail settings, but you may still have to generate a PGP key to get things started up. * You can skip setting up a reverse proxy and use our development servers via @@ -22,6 +22,8 @@ Here are some tips to expedite the installation procedure: * Some services depend on other services. Some such integrations are optional, but all services depend on meta.sr.ht. +[1]: /installation.md#installing-from-packages "SourceHut docs: Installing from packages" + ## Dev dependencies In addition to the runtime dependencies of our packages, building |