Update README.md

This commit is contained in:
Temirkhan Myrzamadi 2020-02-14 16:28:35 +06:00 committed by GitHub
parent 16b0941f60
commit 5cf565eddf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,11 @@
1. Create a new bot using [@Botfather](https://t.me/botfather) to get a token in the format `123456789:blablabla`.
2. Initialise the `TELOXIDE_TOKEN` environmental variable to your token:
```bash
# Unix
$ export TELOXIDE_TOKEN=MyAwesomeToken
# Windows
$ set TELOXITE_TOKEN=MyAwesomeToken
```
3. Be sure that you are up to date:
```bash