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

Commit 4a365b9

Browse files
committed
Revert "Remove go get instructions"
This reverts commit 3ec4d41. Didn't have a review
1 parent 3ec4d41 commit 4a365b9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,15 @@ To view usage documentation, head over to [https://enterprise.coder.com](https:/
66

77
To report bugs and request features, please [open an issue](https://github.com/cdr/coder-cli/issues/new).
88

9-
## Install Release
9+
## Installation
1010

11-
Download the latest [release](https://github.com/cdr/coder-cli/releases):
11+
To install the latest version with `go` you can use:
12+
13+
```bash
14+
GO111MODULE=on go get cdr.dev/coder-cli/cmd/coder@latest
15+
```
16+
17+
Or from [GitHub Releases](https://github.com/cdr/coder-cli/releases):
1218

1319
1. Click a release and download the tar file for your operating system (ex: coder-cli-linux-amd64.tar.gz)
1420
2. Extract the `coder` binary from the tar file, ex:

0 commit comments

Comments
 (0)