We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd7e11e + e758dad commit ba7ea67Copy full SHA for ba7ea67
README.md
@@ -5,3 +5,21 @@
5
To view usage documentation, head over to [https://enterprise.coder.com](https://enterprise.coder.com/docs/getting-started).
6
7
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
23
+cd ~/go/bin
24
+tar -xvf ~/Downloads/coder-cli-linux-amd64.tar.gz
25
0 commit comments