git ssb

0+

decentral1se (decommissioned) / mgsbot



Commit 87ea53309523960e0c134c65d3ec05d71c9f3495

docs: wording, grammar

decentral1se committed on 10/12/2022, 10:45:04 AM
Parent: 1d2442f3b7a82edd2fa8ecffb5958126a660e5c8

Files changed

README.mdchanged
README.mdView
@@ -1,14 +1,15 @@
11 # mini-go-sbot
22
33 A stripped down version of `cmd/go-sbot/main.go` from `go-ssb` for testing
44 purposes. Works well with a local Patchwork for testing replication, messages,
5-etc. and prototyping scripts and client building with Go. Easy to hack on.
5 +etc. as well as prototyping scripts and client building with Go. Easy to hack
6 +on.
67
78 * Local discovery is enabled by default
8-* Live replication enable by default
9 +* Live replication is enabled by default
910 * Listening on non-default ports (`:8009`/`:8988`) to support local Patch* client testing
10-* EBT is disabled (not so reliable atm, `scuttlego` will fix this soon, we hope)
11 +* EBT replication is disabled (not so reliable atm, `scuttlego` will fix this soon, we hope)
1112 * Hops is set to 3
1213 * UNIX socket enabled for local `sbotcli` testing
1314
1415 `go run mgsbot.go`

Built with git-ssb-web