Update README.md

This commit is contained in:
YesSeri 2021-08-25 20:48:08 +02:00 committed by Hirrolot
parent 2fec451a90
commit aebb1a2d6c

View file

@ -51,8 +51,12 @@
# Unix-like # Unix-like
$ export TELOXIDE_TOKEN=<Your token here> $ export TELOXIDE_TOKEN=<Your token here>
# Windows # Windows command line
$ set TELOXIDE_TOKEN=<Your token here> $ set TELOXIDE_TOKEN=<Your token here>
# Windows PowerShell
$ $env:TELOXIDE_TOKEN=<Your token here>
``` ```
4. Make sure that your Rust compiler is up to date: 4. Make sure that your Rust compiler is up to date:
```bash ```bash