Merge commit '336622d5e7afd9334cd2de7150d4f16bdf7c24f9'

This commit is contained in:
Bjørn Erik Pedersen
2023-03-01 11:56:07 +01:00
4 changed files with 13 additions and 6 deletions

View File

@@ -34,7 +34,13 @@ You must also be comfortable working from the command line.
### Commands
{{% note %}}
If you are a Windows user, you must run these commands with [PowerShell]. You cannot use Windows Powershell, which is a different application, or the Command Prompt. You may also use a Linux shell if available.
**If you are a Windows user:**
- Do not use the Command Prompt
- Do not use Windows PowerShell
- Run these commands from [PowerShell] or a Linux terminal such as WSL or Git Bash
PowerShell and Windows PowerShell are different applications.
[PowerShell]: https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows
{{% /note %}}