From a5e8b201da7f9fee7cec94c19c4476563fb71466 Mon Sep 17 00:00:00 2001 From: Max Barrass Date: Sat, 8 Apr 2023 21:42:29 +1000 Subject: [PATCH] Update functions.ps1 add help url. --- scripts/functions.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/functions.ps1 b/scripts/functions.ps1 index 9fadc6b..c2ab1e8 100644 --- a/scripts/functions.ps1 +++ b/scripts/functions.ps1 @@ -384,6 +384,7 @@ Function Main printSectionLine " - SELENIUMHUB_SERVICE: $SELENIUMHUB_SERVICE" printSectionLine "Utils: (Add this to path if blank C:\Program Files\Git\usr\bin)" + printSectionLine " https://aem.design/blog/2022/05/22/setup-your-windows-devbox-like-a-pro" printSectionLine " - CURL: $CURL" printSectionLine " - CAT: $CAT" printSectionLine " - GREP: $GREP"