From c1a5d1b547bc70c5462346601dcd0b539ab7111f Mon Sep 17 00:00:00 2001 From: Murali Prasanth Date: Sat, 9 Sep 2023 18:40:43 +0530 Subject: [PATCH] modified installation instruction for 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).