Update README.md

This commit is contained in:
YesSeri 2021-08-25 20:48:08 +02:00 committed by GitHub
parent 1c088d14b9
commit 029f7303c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,8 +51,12 @@
# Unix-like
$ export TELOXIDE_TOKEN=<Your token here>
# Windows
# Windows command line
$ 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:
```bash