We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aacffbc commit b95d5d8Copy full SHA for b95d5d8
reference/docs-conceptual/AIShell/install-aishell.md
@@ -66,6 +66,12 @@ On macOS, this script:
66
Invoke-Expression "& { $(Invoke-RestMethod 'https://aka.ms/install-aishell.ps1') }"
67
```
68
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
75
To manually install AI Shell, follow the instructions for your platform:
76
77
<!-- markdownlint-disable MD023 MD024 MD051 -->
0 commit comments