Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reference/docs-conceptual/AIShell/install-aishell.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ To manually install AI Shell, follow the instructions for your platform:
1. Install the AI Shell module from the PowerShell Gallery.

```powershell
Install-PSResource -Name AIShell -Preview
Install-PSResource -Name AIShell -Prerelease
```

### [macOS](#tab/macos)
Expand All @@ -105,7 +105,7 @@ To manually install AI Shell, follow the instructions for your platform:
1. Install the AI Shell module from the PowerShell Gallery.

```powershell
Install-PSResource -Name AIShell -Preview
Install-PSResource -Name AIShell -Prerelease
```

### [Linux](#tab/linux)
Expand Down
Loading