upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2026-02-10 12:52:32 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-02-10 13:03:40 +0000
commitaae452697d152694a8f163219f707356e84b420b (patch)
tree0f7e5fcaa5a005aeec7ae2d9f35b2c473ef8f785 /README.md
parent3383477386916e82a19fa1e9c4d95b232ba0a40e (diff)
docs: update documentation for non-interactive mode
Add maintainer-model architecture documentation. Update README to reflect non-interactive default behavior.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3d172a2..074cde3 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ for code collaboration, nostr is used for:
41- state (ie. git refs) 41- state (ie. git refs)
42- proposals (PRs), issues and related discussion 42- proposals (PRs), issues and related discussion
43 43
44a git server is still required for data storage and syncing state. multiple git servers can be used for reduncancy and they can be seemlessly swapped out by maintainers just like nostr relays. 44a git server is still required for data storage and syncing state. multiple git servers can be used for reduncancy and they can be seemlessly swapped out by maintainers just like nostr relays. see [maintainer model](docs/architecture/maintainer-model.md) for details on how multi-maintainer repositories work.
45 45
46eg self-hosted, github, codeberg, etc. 46eg self-hosted, github, codeberg, etc.
47 47