From d1aa1c1f5202462056ed7eba7268ccd1553c0ca2 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sun, 2 Jul 2023 13:27:43 -0700 Subject: [PATCH] Add link to PowerShell vs Windows PowerShell documentation --- content/en/getting-started/quick-start.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/getting-started/quick-start.md b/content/en/getting-started/quick-start.md index 167dfc0e1..3beb73ecd 100644 --- a/content/en/getting-started/quick-start.md +++ b/content/en/getting-started/quick-start.md @@ -39,9 +39,10 @@ You must also be comfortable working from the command line. - 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 and Windows PowerShell [are different applications]. [PowerShell]: https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows +[are different applications]: https://learn.microsoft.com/en-us/powershell/scripting/whats-new/differences-from-windows-powershell?view=powershell-7.3 {{% /note %}} Run these commands to create a Hugo site with the [Ananke] theme. The next section provides an explanation of each command.