summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-10-23 13:27:33 -0400
committerAndrew Cady <d@cryptonomic.net>2021-10-23 13:27:33 -0400
commitd3390b7228f5ad9d28a31a6080913a30e2e17dc4 (patch)
treece7a5089b7df7c0b21961b3f7e47e3fbbc5970bb
parentb1bab3a2876adc7e921af6c1fce845634c59517c (diff)
README
-rw-r--r--EndoForge/README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/EndoForge/README.md b/EndoForge/README.md
index 9c22bf3..9abcabe 100644
--- a/EndoForge/README.md
+++ b/EndoForge/README.md
@@ -1,6 +1,6 @@
1EndoForge 1EndoForge
2--------- 2---------
3Convert a Git repository into a Forge by merging this repository. 3Convert your Git repository into a Self-Forge by merging this repository.
4 4
5 5
6 6
@@ -10,8 +10,9 @@ Convert a Git repository into a Forge by merging this repository.
10WHAT IT DOES 10WHAT IT DOES
11------------ 11------------
12 12
13This repository contains the code to share itself (the repository) 13This repository contains the code to share itself (the repository) through
14through Git-over-SSH. 14Git-over-SSH. It can be merged into other repositories, turning them
15self-sharing.
15 16
16It also contains the code to listen for changes sent to itself through 17It also contains the code to listen for changes sent to itself through
17Git-over-SSH. 18Git-over-SSH.
@@ -40,7 +41,9 @@ their SSH client key. This means that the user cannot overwrite anyone else's
40data. 41data.
41 42
42The user's uploaded data is still saved and is ready to be be merged into the 43The user's uploaded data is still saved and is ready to be be merged into the
43main repository manually, or even automatically. 44main repository manually, or even automatically. Automatic merging could be
45authorized on the basis of the public key, or through a consensus algorithm
46comparing branches signed by many different keys.
44 47
45 48
46 49