We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4493993 + 3d7142d commit 3ddbb04Copy full SHA for 3ddbb04
1 file changed
README.md
@@ -12,6 +12,10 @@ Inspired by [tokei](https://github.com/Aaronepower/tokei).
12
## Installation
13
14
```
15
+# Go version >= 1.16
16
+$ go install github.com/hhatto/gocloc/cmd/gocloc@latest
17
+
18
+# Go version < 1.16
19
$ go get -u github.com/hhatto/gocloc/cmd/gocloc
20
21
0 commit comments