From 3e425e7f342c597c1c5730e3eb300e23470f57c4 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Mon, 10 Aug 2026 08:30:41 -0500 Subject: [PATCH] Fix Prerelease parameter (#451) * Fix Prerelease parameter * Fix Prerelease parameter --- reference/docs-conceptual/AIShell/install-aishell.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/docs-conceptual/AIShell/install-aishell.md b/reference/docs-conceptual/AIShell/install-aishell.md index 5ee7049..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) @@ -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)