Update quick-start.md (#1984)

Clarify that Windows users are expected to use PowerShell or a Linux shell
This commit is contained in:
Nicolas Lelong 2023-02-27 23:51:36 +01:00 committed by GitHub
parent eddd25ff46
commit 6e32d05910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,13 @@ You must also be comfortable working from the command line.
### Commands ### Commands
{{% note %}} {{% 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 [PowerShell]: https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows
{{% /note %}} {{% /note %}}