From 777462fccca50272d9c9f4c16aebc4213c351c0b Mon Sep 17 00:00:00 2001 From: Derric Williams Date: Tue, 16 Jun 2020 15:05:36 -0700 Subject: [PATCH] updated README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e2d1f3b..f7ebe0f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ signal-cli -u + receive --json ``` You are now ready to use `siggo`. +### Security + +siggo shells out to `signal-cli`, so if that worries you, don't use it, for now. I have lofty goals of eventually replacing this with [libsignal](https://github.com/signalapp/libsignal-protocol-c). + ### Build ``` @@ -83,6 +87,11 @@ bin/siggo -m example_messages.json ``` This way you can test without sending yourself messages. +### Similar Projects / Inspiration + +* [signal-curses](https://github.com/jwoglom/signal-curses) +* [scli](https://github.com/isamert/scli) + ### Roadmap Here is a list of things that are currently broken.