From 8538521d652e75e5b069310b09dd047c209486e6 Mon Sep 17 00:00:00 2001 From: rw808 Date: Sun, 19 Sep 2021 10:57:42 +1000 Subject: [PATCH] Replacing Deprecated `go get` command Updating deprecated `go get` command to use `go install` --- README.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index 0a8bf16..d3cf44b 100644 --- a/README.mkd +++ b/README.mkd @@ -14,7 +14,7 @@ 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`: ``` -▶ 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