From 80f814a1051bb4a2ba66d1ea38f886e57d45e80d Mon Sep 17 00:00:00 2001 From: Fedorov Vladimir Date: Sat, 11 Mar 2023 12:32:38 +0700 Subject: [PATCH] update README.md --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0ce0606..a16e7cc 100644 --- a/README.md +++ b/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= --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= --key= &