Skip to content

Commit

Permalink
docs: update macos app remove command to delete dir (gravitational#33365
Browse files Browse the repository at this point in the history
)
  • Loading branch information
stevenGravy authored Oct 12, 2023
1 parent 0b9dece commit a586a2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/pages/connect-your-client/teleport-connect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 6 additions & 6 deletions docs/pages/management/admin/uninstall-teleport.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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>

Expand Down Expand Up @@ -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>

Expand Down

0 comments on commit a586a2f

Please sign in to comment.