Skip to content

Commit b95d5d8

Browse files
adding line for uninstall ai shell
1 parent aacffbc commit b95d5d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ On macOS, this script:
6666
Invoke-Expression "& { $(Invoke-RestMethod 'https://aka.ms/install-aishell.ps1') }"
6767
```
6868

69+
To uninstall AI Shell you can just add the `-Uninstall` parameter in the invoke expression statement like below.
70+
71+
```powershell
72+
Invoke-Expression "& { $(Invoke-RestMethod 'https://aka.ms/install-aishell.ps1') } -Uninstall"
73+
```
74+
6975
To manually install AI Shell, follow the instructions for your platform:
7076

7177
<!-- markdownlint-disable MD023 MD024 MD051 -->

0 commit comments

Comments
 (0)