Skip to content

Commit

Permalink
Fix go install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Dec 5, 2023
1 parent 798a08d commit 52ab5bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ Copy mmdbinspect.exe to where you want it to live.

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

The easiest way is via `go get`:
The easiest way is via `go install`:

```bash
$ go install github.com/maxmind/mmdbinspect/cmd/mmdbinspect
$ go install github.com/maxmind/mmdbinspect/cmd/mmdbinspect@latest
```

This installs `mmdbinspect` to `$GOPATH/bin/mmdbinspect`.
Expand Down

0 comments on commit 52ab5bd

Please sign in to comment.