fix PowerShell set in readme.me

This commit is contained in:
exoticknight 2016-03-11 20:03:49 +08:00
parent 72718259be
commit 01b30d759e

View File

@ -62,7 +62,7 @@ setInterval(function(){
Note that PowerShell using different syntax to set environment variables.
```cmd
$env:DEBUG = "DEBUG=*,-not_this"
$env:DEBUG = "*,-not_this"
```
Then, run the program to be debugged as usual.