Skip to content

Commit 3654d58

Browse files
committed
Add preview switch to install command
1 parent ad9545a commit 3654d58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/docs-conceptual/AIShell/install-aishell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Install AI Shell
33
description: Learn how to install AI Shell on your system.
4-
ms.date: 03/03/2025
4+
ms.date: 09/09/2025
55
ms.topic: install-set-up-deploy
66
---
77
# Install AI Shell
@@ -90,7 +90,7 @@ To manually install AI Shell, follow the instructions for your platform:
9090
1. Install the AI Shell module from the PowerShell Gallery.
9191

9292
```powershell
93-
Install-PSResource -Name AIShell
93+
Install-PSResource -Name AIShell -Preview
9494
```
9595

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

104104
```powershell
105-
Install-PSResource -Name AIShell
105+
Install-PSResource -Name AIShell -Preview
106106
```
107107

108108
### [Linux](#tab/linux)

0 commit comments

Comments
 (0)