diff --git a/docs/pages/includes/edition-prereqs-tabs.mdx b/docs/pages/includes/edition-prereqs-tabs.mdx index 550999d5ced54..3de3e9dd732ee 100644 --- a/docs/pages/includes/edition-prereqs-tabs.mdx +++ b/docs/pages/includes/edition-prereqs-tabs.mdx @@ -1,75 +1,10 @@ - - +{{ version="(=teleport.version=)" }} - A running Teleport cluster version {{ version }} or above. If you want to get started with Teleport, [sign up](https://goteleport.com/signup) for a free trial or [set up a demo environment](../admin-guides/deploy-a-cluster/linux-demo.mdx). -- The `tctl` admin tool and `tsh` client tool version >= (=teleport.version=). +- The `tctl` admin tool and `tsh` client tool. - See [Installation](../installation.mdx) for details. - -To check version information, run the `tctl version` and `tsh version` commands. -For example: - -```code -$ tctl version -# Teleport v(=teleport.version=) git:(=teleport.git=) go(=teleport.golang=) - -$ tsh version -# Teleport v(=teleport.version=) go(=teleport.golang=) -Proxy version: (=teleport.version=) -Proxy: (=teleport.url=) -``` - - - - -- A running Teleport Enterprise cluster. For details on how to set this up, see the Enterprise - [Getting Started](../admin-guides/deploy-a-cluster/deploy-a-cluster.mdx) guide. - -- The Enterprise `tctl` admin tool and `tsh` client tool version >= - (=teleport.version=). - - You can download these tools by visiting your [Teleport - account workspace](https://teleport.sh). - -To check version information, run the `tctl version` and `tsh version` commands. -For example: - -```code -$ tctl version -# Teleport Enterprise v(=teleport.version=) git:(=teleport.git=) go(=teleport.golang=) - -$ tsh version -# Teleport v(=teleport.version=) go(=teleport.golang=) -Proxy version: (=teleport.version=) -Proxy: (=teleport.url=) -``` - - - - -- A Teleport Enterprise Cloud account. If you don't have an account, sign up to - begin a [free trial](https://goteleport.com/signup/). - -- The Enterprise `tctl` admin tool and `tsh` client tool version >= (=cloud.version=). - - You can download these tools from the [Installation](../installation.mdx). - -To check version information, run the `tctl version` and `tsh version` commands. -For example: - -```code -$ tctl version -# Teleport Enterprise v(=cloud.version=) git:(=teleport.git=) go(=teleport.golang=) - -$ tsh version -# Teleport v(=cloud.version=) go(=teleport.golang=) -Proxy version: (=cloud.version=) -Proxy: (=teleport.url=) -``` - - + Visit [Installation](../installation.mdx) for instructions on downloading + `tctl` and `tsh`.