Skip to content

Commit

Permalink
Merge pull request #49 from rennnosuke/fix/README-install
Browse files Browse the repository at this point in the history
Fix README: add installation in Go version >= 1.16
  • Loading branch information
hhatto authored Nov 25, 2021
2 parents 4493993 + 3d7142d commit 3ddbb04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Inspired by [tokei](https://github.com/Aaronepower/tokei).
## Installation

```
# Go version >= 1.16
$ go install github.com/hhatto/gocloc/cmd/gocloc@latest
# Go version < 1.16
$ go get -u github.com/hhatto/gocloc/cmd/gocloc
```

Expand Down

0 comments on commit 3ddbb04

Please sign in to comment.