Use powershell.exe instead of pwsh.exe in readme (#1394)

This commit is contained in:
asdfasdf 2022-11-08 12:04:48 +05:30 committed by GitHub
parent dc2fe21e40
commit 0a2c2692b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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!"