summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-10-23 12:31:52 -0400
committerAndrew Cady <d@cryptonomic.net>2021-10-23 12:31:52 -0400
commit3781d6ad65e30c6fbfdd6964301f24adcfc95286 (patch)
tree88d03a91e425903257ed8603449ab116ba5ba297
parent2696429ad843fa2d74f5607245140c9d1e13159b (diff)
README
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index d4b8127..015e545 100644
--- a/README.md
+++ b/README.md
@@ -34,9 +34,12 @@ to new users.
34 34
35Installing this code reverses that assumption, granting open access to 35Installing this code reverses that assumption, granting open access to
36unrecognized users. This is made safe by limiting write access to a 36unrecognized users. This is made safe by limiting write access to a
37GIT_NAMESPACE over which the user proves global mathematical ownership 37GIT_NAMESPACE over which the user proves global mathematical ownership with
38with their SSH client key. 38their SSH client key. This means that the user cannot overwrite anyone else's
39data.
39 40
41The user's uploaded data is still saved and is ready to be be merged into the
42main repository manually, or even automatically.
40 43
41 44
42 45