mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 17:52:12 +01:00
Update README.md
This commit is contained in:
parent
2fec451a90
commit
aebb1a2d6c
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue