Skip to content

Commit 36b48b1

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
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)