diff options
author | Haskell Guy <haskell-guy@localhost> | 2020-06-25 10:20:59 +0200 |
---|---|---|
committer | Haskell Guy <haskell-guy@localhost> | 2020-06-25 10:20:59 +0200 |
commit | 759d7bc4070cd6e6b9892d91a0e173cc9c20e50b (patch) | |
tree | b28d1fa11986d7cf75f3603e098ca1436a0b4267 /README.md | |
parent | d32f3c704c7ef33c2c3ed392fbdfbf98f6a3aba6 (diff) | |
download | ssb-haskell-759d7bc4070cd6e6b9892d91a0e173cc9c20e50b.tar.xz |
README: Note where to post feedback
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -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 |