From 46dcf80a1e54f899f8471262d06a80180352f64f Mon Sep 17 00:00:00 2001 From: Matt Fellows <53900+mefellows@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:12:21 +1100 Subject: [PATCH] docs: add docs for PoSH users to install AI tools (#309) * docs: add docs for PoSH users to install AI tools Co-authored-by: JP-Ellis --- website/docs/docs/ai/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/docs/docs/ai/index.md b/website/docs/docs/ai/index.md index 8b192463..15a227d9 100644 --- a/website/docs/docs/ai/index.md +++ b/website/docs/docs/ai/index.md @@ -33,6 +33,12 @@ For *nix users (including Windows users running WSL/msys2/mingw), use the follow curl https://download.pactflow.io/ai/get.sh | sh ``` +For Windows PowerShell users, use the following command to download and install: + +```pwsh +Invoke-WebRequest -Uri https://download.pactflow.io/ai/get.ps1 | Invoke-Expression +``` + ### Installation Options There are some options which you can set during installation.