Skip to content

Commit d2da835

Browse files
authored
docs: clarify offline CLI installation instructions (coder#19914)
1 parent 1734dfd commit d2da835

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
229 KB
Loading

docs/install/cli.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,13 @@ coder login https://coder.example.com
5858
## Download the CLI from your deployment
5959

6060
> [!NOTE]
61-
> Available in Coder 2.19 and newer.
61+
> Available in Coder 2.19 and newer on macOS and Linux clients only.
6262
6363
Every Coder server hosts CLI binaries for all supported platforms. You can run a
6464
script to download the appropriate CLI for your machine from your Coder
6565
deployment.
6666

67-
```sh
68-
curl -L https://coder.example.com/install.sh | sh
69-
```
67+
![Install Coder binary from your deplyment](../images/install/install_from_deployment.png)
7068

7169
This script works within air-gapped deployments and ensures that the version of
7270
the CLI you have installed on your machine matches the version of the server.

0 commit comments

Comments
 (0)