Skip to content

Commit

Permalink
modify README: add installation in Go version >= 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
rennnosuke committed Nov 24, 2021
1 parent 4493993 commit 0cfb0c1
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
# Go version < 1.16
$ go get -u github.com/hhatto/gocloc/cmd/gocloc
```

Expand Down

0 comments on commit 0cfb0c1

Please sign in to comment.