diff --git a/docs/images/install/install_from_deployment.png b/docs/images/install/install_from_deployment.png new file mode 100644 index 0000000000..bee3f542b2 Binary files /dev/null and b/docs/images/install/install_from_deployment.png differ diff --git a/docs/install/cli.md b/docs/install/cli.md index 9193c9a103..bb70d89c6a 100644 --- a/docs/install/cli.md +++ b/docs/install/cli.md @@ -58,15 +58,13 @@ coder login https://coder.example.com ## Download the CLI from your deployment > [!NOTE] -> Available in Coder 2.19 and newer. +> Available in Coder 2.19 and newer on macOS and Linux clients only. Every Coder server hosts CLI binaries for all supported platforms. You can run a script to download the appropriate CLI for your machine from your Coder deployment. -```sh -curl -L https://coder.example.com/install.sh | sh -``` +![Install Coder binary from your deplyment](../images/install/install_from_deployment.png) This script works within air-gapped deployments and ensures that the version of the CLI you have installed on your machine matches the version of the server.