|
1 |
| -#coder-cli |
| 1 | +#Coder CLI |
2 | 2 |
|
3 | 3 | [](https://github.com/cdr/coder-cli/releases)
|
4 | 4 | [](https://pkg.go.dev/cdr.dev/coder-cli/coder-sdk)
|
|
9 | 9 |
|
10 | 10 | To report bugs and request features, please[open an issue](https://github.com/cdr/coder-cli/issues/new).
|
11 | 11 |
|
12 |
| -##Usage |
| 12 | +##Installation |
13 | 13 |
|
14 |
| -View the`coder-cli` documentation[here](./docs/coder.md). |
| 14 | +###Homebrew (Mac, Linux) |
15 | 15 |
|
16 |
| -You can find additional Coder Enterprise usage documentation on[https://enterprise.coder.com](https://enterprise.coder.com/docs/getting-started). |
| 16 | +```sh |
| 17 | +brew install cdr/coder/coder-cli |
| 18 | +``` |
17 | 19 |
|
18 |
| -##Install Release |
| 20 | +###Download (Windows, Linux, Mac) |
19 | 21 |
|
20 | 22 | Download the latest[release](https://github.com/cdr/coder-cli/releases):
|
21 | 23 |
|
22 | 24 | 1. Click a release and download the tar file for your operating system (ex: coder-cli-linux-amd64.tar.gz)
|
23 |
| -2. Extract the`coder` binary from the tar file, ex: |
| 25 | +2. Extract the`coder` binary. |
24 | 26 |
|
25 |
| -```bash |
26 |
| -cd~/go/bin |
27 |
| -tar -xvf~/Downloads/coder-cli-linux-amd64.tar.gz |
28 |
| -``` |
| 27 | +##Usage |
| 28 | + |
| 29 | +View the usage documentation[here](./docs/coder.md). |
| 30 | + |
| 31 | +You can find additional Coder usage documentation on[coder.com/docs/cli](https://coder.com/docs/cli). |