diff options
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,3 +6,8 @@ RUN $ export FLATBOT_TELEGRAM_BOT_API_TOKEN=<...> $ export FLATBOT_TELEGRAM_CHAT_ID=<...> $ go build && ./flatbot <URL> + + +DECRYPT SECRETS + +$ . <(gpg --decrypt --quiet misc/telegram-secrets.sh.asc) |