Note how to use PowerShell with CLI in readme (#1056)

This commit is contained in:
Michael Lohr 2021-12-25 22:02:18 +01:00 committed by GitHub
parent 1c6deb1f58
commit a3b25c1a3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,6 +99,8 @@ list:
dir
```
You can also set the shell using command-line arguments. For example, to use PowerShell, launch `just` with `--shell powershell.exe --shell-arg -c`.
(PowerShell is installed by default on Windows 7 SP1 and Windows Server 2008 R2 S1 and later, and `cmd.exe` is quite fiddly, so PowerShell is recommended for most Windows users.)
=== Packages