Unix -> Unix-like (README.md)

This commit is contained in:
Temirkhan Myrzamadi 2020-05-26 02:53:12 +06:00 committed by GitHub
parent c3d5fc9492
commit cb3d9f4868
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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