Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit e758dad

Browse files
authored
Add installation instructions
1 parent fd7e11e commit e758dad

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,21 @@
55
To view usage documentation, head over to [https://enterprise.coder.com](https://enterprise.coder.com/docs/getting-started).
66

77
To report bugs and request features, please [open an issue](https://github.com/cdr/coder-cli/issues/new).
8+
9+
## Installation
10+
11+
To install the latest version use:
12+
13+
```bash
14+
go get cdr.dev/coder-cli/cmd/coder
15+
```
16+
17+
To install a specific [release](https://github.com/cdr/coder-cli/releases):
18+
19+
1. Click a release and download the tar file for your operating system (ex: coder-cli-linux-amd64.tar.gz)
20+
2. Extract the `coder` binary from the tar file, ex:
21+
22+
```bash
23+
cd ~/go/bin
24+
tar -xvf ~/Downloads/coder-cli-linux-amd64.tar.gz
25+
```

0 commit comments

Comments
 (0)