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.