Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

uninstall docs: edit to include missing escape command #4880

Merged
merged 2 commits into from
Jun 24, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions docs/site/content/docs/edge/cli-uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,31 @@ Complete the following steps to uninstall the Tanzu CLI and any associated confi

1. Run the following command to uninstall the Tanzu CLI:

```sh
~/.local/share/tce/uninstall.sh
```
```sh
~/.local/share/tce/uninstall.sh
```

The `~/.local/share/tce` folder is deleted.
The `~/.local/share/tce` folder is deleted.

## MacOS

1. Run the following command to uninstall the Tanzu CLI:

```sh
~/Library/Application Support/tce/uninstall.sh
```
```sh
~/Library/Application\ Support/tce/uninstall.sh
```

The `~/Library/Application Support/tce` folder is deleted.
The `~/Library/ApplicationSupport/tce` folder is deleted.
stmcginnis marked this conversation as resolved.
Show resolved Hide resolved

## Windows

1. Open a Command Prompt as an administrator and run the following command to uninstall the Tanzu CLI:

```sh
run uninstall.bat
```
```sh
run uninstall.bat
```

The `%LocalAppData%\tce` folder is deleted.
The `%LocalAppData%\tce` folder is deleted.

For information about how to delete a management and workload cluster, see:

Expand Down