update README.md
This commit is contained in:
parent
2cc6341623
commit
80f814a105
11
README.md
11
README.md
|
@ -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> &
|
||||
|
|
Loading…
Reference in New Issue