diff --git a/docs/pages/includes/enterprise/install-macos-ent.mdx b/docs/pages/includes/enterprise/install-macos-ent.mdx
index bcec1c1744d89..58833ccb8ad49 100644
--- a/docs/pages/includes/enterprise/install-macos-ent.mdx
+++ b/docs/pages/includes/enterprise/install-macos-ent.mdx
@@ -3,7 +3,6 @@
|Link|Binaries|
|-|-|
|[`teleport-ent-(=teleport.version=).pkg`](https://cdn.teleport.dev/teleport-ent-(=teleport.version=).pkg)|`teleport`
`tctl`
`tsh`
`tbot`|
- |[`tsh-(=teleport.version=).pkg`](https://cdn.teleport.dev/tsh-(=teleport.version=).pkg)|`tsh`|
You can also fetch an installer via the command line:
diff --git a/docs/pages/includes/enterprise/install-macos.mdx b/docs/pages/includes/enterprise/install-macos.mdx
index 94400c8ce25ce..17f545bc674da 100644
--- a/docs/pages/includes/enterprise/install-macos.mdx
+++ b/docs/pages/includes/enterprise/install-macos.mdx
@@ -3,7 +3,6 @@
| Link | Binaries |
|-----------------------------------------------------------------------------------------------------------|--------------------------------------------|
| [`teleport-ent-(=teleport.version=).pkg`](https://cdn.teleport.dev/teleport-ent-(=teleport.version=).pkg) | `teleport`
`tctl`
`tsh`
`tbot`
`fdpass-teleport`|
- | [`tsh-(=teleport.version=).pkg`](https://cdn.teleport.dev/tsh-(=teleport.version=).pkg) | `tsh` |
You can also fetch an installer from the command line:
diff --git a/docs/pages/includes/install-tsh.mdx b/docs/pages/includes/install-tsh.mdx
index 39eb755811923..977fc912414b1 100644
--- a/docs/pages/includes/install-tsh.mdx
+++ b/docs/pages/includes/install-tsh.mdx
@@ -1,9 +1,9 @@
- Download the signed macOS .pkg installer for `tsh`. In Finder double-click the `pkg` file to install it:
+ Download the signed macOS .pkg installer for Teleport including `tsh`. In Finder double-click the `pkg` file to install it:
```code
- $ curl -O https://cdn.teleport.dev/tsh-(=teleport.version=).pkg
+ $ curl -O https://cdn.teleport.dev/teleport-(=teleport.version=).pkg
```