docs: update macos app remove command to delete dir (#33365)

This commit is contained in:
Steven Martin 2023-10-12 11:15:23 -04:00 committed by GitHub
parent 0b9dece13a
commit a586a2f2d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -556,7 +556,7 @@ $ "%LocalAppData%\Programs\teleport-connect\Teleport Connect.exe" --insecure
Remove Teleport Connect for MacOS from the Applications directory with this command:
```code
$ sudo rm -f /Applications/Teleport\ Connect.app
$ sudo rm -rf /Applications/Teleport\ Connect.app
```
To remove the local user data directory:

View file

@ -157,8 +157,8 @@ $ docker stop teleport
If you installed the MacOS `tsh`-only package and/or Teleport Connect for MacOS, you can optionally remove those too:
```code
$ sudo rm -f /Applications/tsh.app
$ sudo rm -f /Applications/Teleport\ Connect.app
$ sudo rm -rf /Applications/tsh.app
$ sudo rm -rf /Applications/Teleport\ Connect.app
```
</Admonition>
@ -275,8 +275,8 @@ $ docker stop teleport
If you installed the MacOS `tsh` client-only package and/or Teleport Connect for MacOS, you can optionally remove those too:
```code
$ sudo rm -f /Applications/tsh.app
$ sudo rm -f /Applications/Teleport\ Connect.app
$ sudo rm -rf /Applications/tsh.app
$ sudo rm -rf /Applications/Teleport\ Connect.app
```
</Admonition>
@ -391,8 +391,8 @@ $ docker stop teleport
If you installed the MacOS `tsh` client-only package and/or Teleport Connect for MacOS, you can optionally remove those too:
```code
$ sudo rm -f /Applications/tsh.app
$ sudo rm -f /Applications/Teleport\ Connect.app
$ sudo rm -rf /Applications/tsh.app
$ sudo rm -rf /Applications/Teleport\ Connect.app
```
</Admonition>