2 Commits

Author SHA1 Message Date
VLADIMIR e1873bddf3 Merge remote-tracking branch 'origin/master'
continuous-integration/drone/push Build is passing
2023-03-11 12:32:53 +07:00
VLADIMIR 80f814a105 update README.md 2023-03-11 12:32:38 +07:00
+2 -9
View File
@@ -3,13 +3,6 @@
## develop
git clone https://github.com/3crabs/student-verochka-bot student_bot
cd student_bot
git clone https://git.3crabs.ru/VLADIMIR/verochka verochka
cd verochka
go run main.go --token=<TELEGRAM_API_TOKEN> --key=<YANDEX_WEATHER_API_KEY>
## deploy
git clone https://github.com/3crabs/student-verochka-bot student_bot
cd student_bot
go build -v -o bin/bot
./bin/bot --token=<TELEGRAM_API_TOKEN> --key=<YANDEX_WEATHER_API_KEY> &