From 0a2c2692b3e3b06f21b57c569bc909f69fdc3477 Mon Sep 17 00:00:00 2001 From: asdfasdf <67588957+asdf8dfafjk@users.noreply.github.com> Date: Tue, 8 Nov 2022 12:04:48 +0530 Subject: [PATCH] Use powershell.exe instead of pwsh.exe in readme (#1394) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce997ec..4126db5 100644 --- a/README.md +++ b/README.md @@ -775,7 +775,7 @@ foo: `just` uses `sh` on Windows by default. To use a different shell on Windows, use `windows-shell`: ```make -set windows-shell := ["pwsh.exe", "-NoLogo", "-Command"] +set windows-shell := ["powershell.exe", "-NoLogo", "-Command"] hello: Write-Host "Hello, world!"