From 0538b4eab3e1c0e0bb060bee00b5cd0ac371a4c8 Mon Sep 17 00:00:00 2001 From: Paul Gottschling Date: Tue, 11 Aug 2026 12:04:50 -0400 Subject: [PATCH] Add installation paragraph to using-tctl.mdx Closes #69541 --- docs/pages/configuration/using-tctl.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/pages/configuration/using-tctl.mdx b/docs/pages/configuration/using-tctl.mdx index f6a833af29972..f829ea1b4062a 100644 --- a/docs/pages/configuration/using-tctl.mdx +++ b/docs/pages/configuration/using-tctl.mdx @@ -11,6 +11,12 @@ tags: This guide provides an overview of `tctl`, a command-line tool for managing Teleport dynamic resources. +`tctl` is included in every Teleport binary release. See [Installing Teleport on +a Single Machine](../installation/single-machine/single-machine.mdx) for +platform-specific instructions, or visit [Download Client +Tools](https://goteleport.com/download/client-tools/) to get the latest version +for your platform. + For an overview of what a dynamic resource is, see [Infrastructure as Code](configuration.mdx).