Skip to content

Commit

Permalink
use "go intall" instead of "go get" to install
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoh86 committed Nov 13, 2023
1 parent 35cfc78 commit b20c9da
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 @@ -119,7 +119,7 @@ func TestSample(t *testing.T) {
go:

```console
$ go get github.com/kyoh86/looppointer/cmd/looppointer
$ go install github.com/kyoh86/looppointer/cmd/looppointer@latest
```

[homebrew](https://brew.sh/):
Expand Down

0 comments on commit b20c9da

Please sign in to comment.