From ccf9b85f2a6022c609d30993e94925b555c768b4 Mon Sep 17 00:00:00 2001 From: Jesse Donat Date: Thu, 17 Nov 2022 16:51:58 -0600 Subject: [PATCH] Update README.md for modern Go --- 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).