diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-03-26 10:26:26 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-03-26 10:26:26 -0400 |
commit | 316b198186ddf05b8a6bb6cc4e6f9fb79748a333 (patch) | |
tree | 9dd275e23399602bf6768c5eb4d7682ee021c354 /installation.md | |
parent | c55b64e1452809322ee3805f9f051ba87293269e (diff) | |
download | sr.ht-docs-316b198186ddf05b8a6bb6cc4e6f9fb79748a333.tar.gz |
installation.md: minor tweaks
Diffstat (limited to 'installation.md')
-rw-r--r-- | installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installation.md b/installation.md index d8b9201..f7ad66d 100644 --- a/installation.md +++ b/installation.md @@ -6,7 +6,7 @@ sr.ht is a distributed system. Each service, such as git.sr.ht and builds.sr.ht, runs independently, with its own database and resources. They communicate with each other using mainly their respective APIs and webhooks, and are mostly tolerant to the temporary or permanent absence of their peers. The system is -fairly complex, and is designed more for deployments at-scale than for +fairly complex, and is designed more for deployment at scale than for small-scale installations. However, you can choose a subset of these services to install as your needs demand, and it will work correctly. |