Skip to content

Commit

Permalink
Merge pull request #15 from bootjp/master
Browse files Browse the repository at this point in the history
install binaries go install is better.
  • Loading branch information
Songmu authored May 29, 2021
2 parents cb6a1f5 + 19d2266 commit fae0def
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 @@ -36,7 +36,7 @@ To use `gocredits`, we should use go modules for dependency management.
### go get

```console
% go get github.com/Songmu/gocredits/cmd/gocredits
% go install github.com/Songmu/gocredits/cmd/gocredits@latest
```

Built binaries are available on GitHub Releases.
Expand Down

0 comments on commit fae0def

Please sign in to comment.