From 8181fff20c9ec7e9d8f41b54c5874d6ffd2842ef Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Fri, 25 Nov 2022 19:38:01 -0800 Subject: [PATCH] Add footnote to Quick Start guide for Win users (#1922) Closes #1918 --- content/en/getting-started/quick-start.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/en/getting-started/quick-start.md b/content/en/getting-started/quick-start.md index bb891c7f5..0efbff247 100644 --- a/content/en/getting-started/quick-start.md +++ b/content/en/getting-started/quick-start.md @@ -33,7 +33,9 @@ You must also be comfortable working from the command line. ### Commands -Run these commands to create a Hugo site with the [Ananke] theme. The next section provides an explanation of each command. +Run these commands[^1] to create a Hugo site with the [Ananke] theme. The next section provides an explanation of each command. + +[^1]: 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. ```text hugo new site quickstart @@ -208,6 +210,7 @@ For other resources to help you learn Hugo, including books and video tutorials, [hosting and deployment]: /hosting-and-deployment/ [Install Git]: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git [Install Hugo]: /installation/ +[PowerShell]: https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows [Requesting Help]: https://discourse.gohugo.io/t/requesting-help/9132 [Requesting Help]: https://discourse.gohugo.io/t/requesting-help/9132 [site configuration]: /getting-started/configuration/