Compare commits

...

2 Commits

Author SHA1 Message Date
Владимир Фёдоров e1873bddf3 Merge remote-tracking branch 'origin/master'
continuous-integration/drone/push Build is passing Details
2023-03-11 12:32:53 +07:00
Владимир Фёдоров 80f814a105 update README.md 2023-03-11 12:32:38 +07:00
1 changed files with 2 additions and 9 deletions

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> &