diff --git a/reference/docs-conceptual/AIShell/install-aishell.md b/reference/docs-conceptual/AIShell/install-aishell.md index 5ee70496..464c5601 100644 --- a/reference/docs-conceptual/AIShell/install-aishell.md +++ b/reference/docs-conceptual/AIShell/install-aishell.md @@ -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) @@ -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)