update README.md

This commit is contained in:
Владимир Фёдоров 2023-03-11 12:32:38 +07:00
parent 2cc6341623
commit 80f814a105
1 changed files with 2 additions and 9 deletions

View File

@ -3,13 +3,6 @@
## develop ## develop
git clone https://github.com/3crabs/student-verochka-bot student_bot git clone https://git.3crabs.ru/VLADIMIR/verochka verochka
cd student_bot cd verochka
go run main.go --token=<TELEGRAM_API_TOKEN> --key=<YANDEX_WEATHER_API_KEY> 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> &