From cc89e84a4f074928b53bc6a432033d7dc589d1fe Mon Sep 17 00:00:00 2001 From: Brian Villanueva Date: Wed, 11 Oct 2023 11:19:37 -0500 Subject: [PATCH] Use correct syntax for brew installation As per https://github.com/ericchiang/pup/issues/161#issuecomment-944005044 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a24ac88..d06976b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you have Go installed on your computer just run `go get`. If you're on OS X, use [Homebrew](http://brew.sh/) to install (no Go required). - brew install https://raw.githubusercontent.com/EricChiang/pup/master/pup.rb + brew install pup ## Quick start