Compare commits
2 Commits
9aae4d2f23
...
e1873bddf3
Author | SHA1 | Date |
---|---|---|
Владимир Фёдоров | e1873bddf3 | |
Владимир Фёдоров | 80f814a105 |
11
README.md
11
README.md
|
@ -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> &
|
|
||||||
|
|
Loading…
Reference in New Issue