Skip to content

Commit

Permalink
README: use go install
Browse files Browse the repository at this point in the history
  • Loading branch information
fzipp committed Apr 8, 2021
1 parent 316085f commit ffe36aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ to smaller functions.
To install the `gocyclo` command, run

```
$ go get github.com/fzipp/gocyclo/cmd/gocyclo
$ go install github.com/fzipp/gocyclo/cmd/gocyclo@latest
```

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

0 comments on commit ffe36aa

Please sign in to comment.