From 47868607360ed72ff80c501f7a1733defaae9319 Mon Sep 17 00:00:00 2001 From: Maksim Pischulenok <41614960+pischule@users.noreply.github.com> Date: Wed, 19 May 2021 01:04:02 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2a4f246..013fc15 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # mention-all-the-bot-go Implementation of [mention-all-the-bot](https://github.com/pischule/mention-all-bot) in Go + +## how to run this + +```bash +$ export TOKEN=??????? +$ go run main.go +```