mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Unix -> Unix-like (README.md)
This commit is contained in:
parent
c3d5fc9492
commit
cb3d9f4868
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ Define a type-safe <a href="https://en.wikipedia.org/wiki/Finite-state_machine">
|
|||
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
|
||||
# Unix-like
|
||||
$ export TELOXIDE_TOKEN=<Your token here>
|
||||
|
||||
# Windows
|
||||
|
|
Loading…
Reference in a new issue