From 38325514d6c9a0bbd05000190498a7bbbbd1c833 Mon Sep 17 00:00:00 2001 From: David Haukeness Date: Tue, 24 Mar 2020 22:27:12 +0000 Subject: [PATCH] update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 39d811e..7c58ee2 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ This package requires the keybase binary installed on your system, and works on enables command debugging to stdout -feedback-convid string sets the keybase chat1.ConvIDStr to send feedback to. + -feedback-team-advert string + sets the keybase team/channel to advertise feedback. @team#channel -log-convid string sets the keybase chat1.ConvIDStr to log debugging to keybase chat. ``` @@ -48,6 +50,7 @@ Required by this package: (Set the values you feel like, if you don't set them t - `BOT_DEBUG=true` - `BOT_LOG_CONVID=` - `BOT_FEEDBACK_CONVID=` + - `BOT_FEEDBACK_TEAM_ADVERT="@team#channel"` #### Example: `docker run --name myJitsi --rm -d -e KEYBASE_USERNAME=FOO -e KEYBASE_PAPERKEY="bar baz ..." -e KEYBASE_SERVICE=1 -e BOT_DEBUG=true haukeness/keybase-jitsi-bot`