Skip to content

Commit

Permalink
Updates install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomnomnom committed Jun 11, 2022
1 parent 20e5bfe commit 5cc1d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.mkd
Expand Up @@ -11,10 +11,10 @@ flooded with traffic.
## Install

meg is written in Go and has no run-time dependencies. If you have Go 1.9
or later installed and configured you can install meg with `go get`:
or later installed and configured you can install meg with `go install`:

```
▶ go get -u github.com/tomnomnom/meg
▶ go install github.com/tomnomnom/meg@latest
```

Or [download a binary](https://github.com/tomnomnom/meg/releases) and
Expand Down

0 comments on commit 5cc1d34

Please sign in to comment.