diff --git a/README.md b/README.md index 919500f9..eb828c34 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,12 @@ # Unix-like $ export TELOXIDE_TOKEN= -# Windows +# Windows command line $ set TELOXIDE_TOKEN= + +# Windows PowerShell +$ $env:TELOXIDE_TOKEN= + ``` 4. Make sure that your Rust compiler is up to date: ```bash