From 241165d4d3cd338d5c26ab67f775b45d541f9664 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Mon, 10 Aug 2026 08:23:16 -0500 Subject: [PATCH 1/2] Fix Prerelease parameter --- reference/docs-conceptual/AIShell/install-aishell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/docs-conceptual/AIShell/install-aishell.md b/reference/docs-conceptual/AIShell/install-aishell.md index 5ee7049..d6e1ff2 100644 --- a/reference/docs-conceptual/AIShell/install-aishell.md +++ b/reference/docs-conceptual/AIShell/install-aishell.md @@ -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) From adf1013dabe7a60a42c7b8a0025d102fdeb4873e Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Mon, 10 Aug 2026 08:27:09 -0500 Subject: [PATCH 2/2] Fix Prerelease parameter --- reference/docs-conceptual/AIShell/install-aishell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/docs-conceptual/AIShell/install-aishell.md b/reference/docs-conceptual/AIShell/install-aishell.md index d6e1ff2..464c560 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)