Skip to content

Commit

Permalink
docs: add docs for PoSH users to install AI tools (#309)
Browse files Browse the repository at this point in the history
* docs: add docs for PoSH users to install AI tools

Co-authored-by: JP-Ellis <[email protected]>
  • Loading branch information
mefellows and JP-Ellis authored Nov 18, 2024
1 parent c0d21e5 commit 46dcf80
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/docs/docs/ai/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 46dcf80

Please sign in to comment.