mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-10 16:25:37 +00:00
Merge pull request #187 from Hoverbear/patch-1
Correct Powershell Env setting
This commit is contained in:
commit
39d3cebfb5
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ $ export DEFMT_LOG=warn
|
||||||
|
|
||||||
### PowerShell
|
### PowerShell
|
||||||
```console
|
```console
|
||||||
$ Env: DEFMT_LOG = "warn"
|
$ $Env:DEFMT_LOG = "warn"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
Loading…
Reference in a new issue