We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 798a08d commit 52ab5bdCopy full SHA for 52ab5bd
README.md
@@ -87,10 +87,10 @@ Copy mmdbinspect.exe to where you want it to live.
87
88
_We aim always to support the current and penultimate major releases of the Go compiler. You can get it at the [Go website](https://golang.org)._
89
90
-The easiest way is via `go get`:
+The easiest way is via `go install`:
91
92
```bash
93
-$ go install github.com/maxmind/mmdbinspect/cmd/mmdbinspect
+$ go install github.com/maxmind/mmdbinspect/cmd/mmdbinspect@latest
94
```
95
96
This installs `mmdbinspect` to `$GOPATH/bin/mmdbinspect`.
0 commit comments