Update docs.
This commit is contained in:
parent
6b71d4dd94
commit
2a2f7c5083
3 changed files with 7 additions and 10 deletions
|
@ -10,12 +10,9 @@ approaches to solve common problems.
|
|||
## Installing
|
||||
|
||||
```bash
|
||||
go get -u github.com/go-telegram-bot-api/telegram-bot-api/v5@develop
|
||||
go get -u github.com/go-telegram-bot-api/telegram-bot-api/v5
|
||||
```
|
||||
|
||||
It's currently suggested to use the develop branch. While there may be breaking
|
||||
changes, it has a number of features not yet available on master.
|
||||
|
||||
## A Simple Bot
|
||||
|
||||
To walk through the basics, let's create a simple echo bot that replies to your
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue