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

Commit c9b62e1

Browse files
committed
Revert "Remove go get install suggestion"
This reverts commit 925216e.
1 parent 19fa2d3 commit c9b62e1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

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

99
## Installation
1010

11-
Install the latest release [here](https://github.com/cdr/coder-cli/releases):
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):
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)