Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ or later installed and configured you can install meg with `go get`:
```
▶ go get -u github.com/tomnomnom/meg
```
For Go 1.7 or higher:

```
▶ go instal github.com/tomnomnom/meg@latest
```

Or [download a binary](https://github.com/tomnomnom/meg/releases) and
put it somewhere in your `$PATH` (e.g. in `/usr/bin/`).
Expand Down