diff --git a/README.mkd b/README.mkd index 0a8bf16..635f7a2 100644 --- a/README.mkd +++ b/README.mkd @@ -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/`).