Correct powershell output on readme
This commit is contained in:
parent
1c28fddbe7
commit
ae933735b4
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ it will generate scripts for bash (and likely other *sh) and powershell, like:
|
||||||
Example output:
|
Example output:
|
||||||
|
|
||||||
```ps1
|
```ps1
|
||||||
$env:DB_USER = "admin"; $env:DB_PASSWORD = "changeme"
|
$env:DB_USER = "admin"
|
||||||
|
$env:DB_PASSWORD = "changeme"
|
||||||
```
|
```
|
||||||
|
|
||||||
Use `osenv` like this:
|
Use `osenv` like this:
|
||||||
|
|
Loading…
Reference in a new issue