Skip to content

Commit ffe36aa

Browse files
committed
README: use go install
1 parent 316085f commit ffe36aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ to smaller functions.
3232
To install the `gocyclo` command, run
3333

3434
```
35-
$ go get github.com/fzipp/gocyclo/cmd/gocyclo
35+
$ go install github.com/fzipp/gocyclo/cmd/gocyclo@latest
3636
```
3737

3838
and put the resulting binary in one of your PATH directories if

0 commit comments

Comments
 (0)