aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/uudashr/gocognit/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/uudashr/gocognit/README.md')
-rw-r--r--vendor/github.com/uudashr/gocognit/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/uudashr/gocognit/README.md b/vendor/github.com/uudashr/gocognit/README.md
index 4a8846907..1e028c789 100644
--- a/vendor/github.com/uudashr/gocognit/README.md
+++ b/vendor/github.com/uudashr/gocognit/README.md
@@ -144,6 +144,13 @@ The following structures receive a nesting increment commensurate with their nes
3. `for`
## Installation
+
+```
+$ go install github.com/uudashr/gocognit/cmd/gocognit@latest
+```
+
+or
+
```
$ go get github.com/uudashr/gocognit/cmd/gocognit
```