From 1f089b6e138a3a165bc1d53d847a0e1a27085365 Mon Sep 17 00:00:00 2001 From: mehmet salih bindak Date: Sun, 9 Jan 2022 00:55:47 +0300 Subject: [PATCH] update readme.mdk Adding install command for go 1.7 --- README.mkd | 5 +++++ 1 file changed, 5 insertions(+) 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/`).