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

Commit 36b48b1

Browse files
committed
Make get command in README module aware
Closes #36
1 parent c9b62e1 commit 36b48b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ To report bugs and request features, please [open an issue](https://github.com/c
88

99
## Installation
1010

11-
To install the latest version use:
11+
To install the latest version with `go` you can use:
1212

1313
```bash
14-
go get cdr.dev/coder-cli/cmd/coder
14+
GO111MODULE=on go get cdr.dev/coder-cli/cmd/coder@latest
1515
```
1616

17-
To install a specific [release](https://github.com/cdr/coder-cli/releases):
17+
Or from [GitHub Releases](https://github.com/cdr/coder-cli/releases):
1818

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

0 commit comments

Comments
 (0)