Merge pull request #187 from Hoverbear/patch-1

Correct Powershell Env setting
This commit is contained in:
Tanks Transfeld 2022-01-28 18:59:11 +01:00 committed by GitHub
commit 39d3cebfb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ $ export DEFMT_LOG=warn
### PowerShell
```console
$ Env: DEFMT_LOG = "warn"
$ $Env:DEFMT_LOG = "warn"
```
### Windows