Skip to content

Commit 852773f

Browse files
authored
Merge pull request #10 from justincampbell/patch-1
Update installation instructions for latest Go version
2 parents 606284d + 5de42d9 commit 852773f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ $ brew tap hmarr/tap
1414
$ brew install codeowners
1515
```
1616

17-
Install the library with `go get`.
17+
Install the library with `go install`.
1818

1919
```console
20-
$ go get github.com/hmarr/codeowners@latest
20+
$ go install github.com/hmarr/codeowners/cmd/codeowners@latest
2121
```
2222

2323
## Command line usage

0 commit comments

Comments
 (0)