Skip to content

Commit 52ab5bd

Browse files
committed
Fix go install instructions
1 parent 798a08d commit 52ab5bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ Copy mmdbinspect.exe to where you want it to live.
8787

8888
_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)._
8989

90-
The easiest way is via `go get`:
90+
The easiest way is via `go install`:
9191

9292
```bash
93-
$ go install github.com/maxmind/mmdbinspect/cmd/mmdbinspect
93+
$ go install github.com/maxmind/mmdbinspect/cmd/mmdbinspect@latest
9494
```
9595

9696
This installs `mmdbinspect` to `$GOPATH/bin/mmdbinspect`.

0 commit comments

Comments
 (0)