Use powershell.exe instead of pwsh.exe in readme (#1394)
This commit is contained in:
parent
dc2fe21e40
commit
0a2c2692b3
@ -775,7 +775,7 @@ foo:
|
|||||||
`just` uses `sh` on Windows by default. To use a different shell on Windows, use `windows-shell`:
|
`just` uses `sh` on Windows by default. To use a different shell on Windows, use `windows-shell`:
|
||||||
|
|
||||||
```make
|
```make
|
||||||
set windows-shell := ["pwsh.exe", "-NoLogo", "-Command"]
|
set windows-shell := ["powershell.exe", "-NoLogo", "-Command"]
|
||||||
|
|
||||||
hello:
|
hello:
|
||||||
Write-Host "Hello, world!"
|
Write-Host "Hello, world!"
|
||||||
|
Loading…
Reference in New Issue
Block a user