aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaskell Guy <haskell-guy@localhost>2020-06-25 10:20:59 +0200
committerHaskell Guy <haskell-guy@localhost>2020-06-25 10:20:59 +0200
commit759d7bc4070cd6e6b9892d91a0e173cc9c20e50b (patch)
treeb28d1fa11986d7cf75f3603e098ca1436a0b4267
parentd32f3c704c7ef33c2c3ed392fbdfbf98f6a3aba6 (diff)
downloadssb-haskell-759d7bc4070cd6e6b9892d91a0e173cc9c20e50b.tar.xz
README: Note where to post feedback
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index 75bb728..ae2b43b 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,9 @@ platform which also works well offline. SSB feed for the project is at
This project is under active development (in alpha). USE AT YOUR OWN RISK.
+## Contributing
-## Related Projects
-
- - [Cryptoscope's SSB](https://github.com/cryptoscope/ssb) - Scuttlebutt implementation in Golang
- - [Scuttlebutt Types](https://git.joeyh.name/git/haskell-scuttlebutt-types.git/) - data types for common Scuttlebutt messages
- - [Sunrise Choir's SSB](https://github.com/sunrise-choir) - Scuttlebutt implementation in Rust
+Please post bugs, patches, or requests to #ssb-haskell-dev on Scuttlebutt.
## Building and Installation
@@ -65,3 +62,9 @@ For example:
ssb host-room "the-room" "Movie discussion on a cult-classic" room.lets-discuss.org
# Hosting room for 'net:room.lets-discuss.org:8008~shs:f2Ofh8qBvMNaQSI0RJTf7zr/NEfSOU/RuOXzCMNRu0M=:SSB+Room+PSK3TLYC2T86EHQCUHBUHASCASE18JBV24='
```
+
+## Related Projects
+
+ - [Cryptoscope's SSB](https://github.com/cryptoscope/ssb) - Scuttlebutt implementation in Golang
+ - [Scuttlebutt Types](https://git.joeyh.name/git/haskell-scuttlebutt-types.git/) - data types for common Scuttlebutt messages
+ - [Sunrise Choir's SSB](https://github.com/sunrise-choir) - Scuttlebutt implementation in Rust