Compare commits
No commits in common. "e1873bddf3cf4f6d0f2129c8e044451481f47c96" and "9aae4d2f23e18f4cbc405d38638db6fc85107cb7" have entirely different histories.
e1873bddf3
...
9aae4d2f23
11
README.md
11
README.md
|
@ -3,6 +3,13 @@
|
|||
|
||||
## develop
|
||||
|
||||
git clone https://git.3crabs.ru/VLADIMIR/verochka verochka
|
||||
cd verochka
|
||||
git clone https://github.com/3crabs/student-verochka-bot student_bot
|
||||
cd student_bot
|
||||
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