From 07141c3736bebef151ec12563338509daffb1e0b Mon Sep 17 00:00:00 2001 From: John Doe <34662+johndoe46@users.noreply.github.com> Date: Thu, 1 Dec 2022 13:12:14 +0100 Subject: [PATCH] Update install instructions with current go standards Use of "go install" instead of "go get". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a24ac88..433fdb9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Direct downloads are available through the [releases page](https://github.com/Er If you have Go installed on your computer just run `go get`. - go get github.com/ericchiang/pup + go install github.com/ericchiang/pup@latest If you're on OS X, use [Homebrew](http://brew.sh/) to install (no Go required).