From 4df5e0552af4054bad25740cab6bc474cbf9af92 Mon Sep 17 00:00:00 2001 From: Adam Taylor Date: Mon, 7 Mar 2022 15:21:40 -0600 Subject: [PATCH] Update README to match required usage Running the brew install command from the README yielded: ``` `brew extract` or `brew create` and `brew tap-new` to create a formula file in a tap on GitHub instead.: Invalid usage: Non-checksummed download of pup formula file from an arbitrary URL is unsupported! (UsageError) `brew extract` or `brew create` and `brew tap-new` to create a formula file in a tap on GitHub instead.: Invalid usage: Non-checksummed download of pup formula file from an arbitrary URL is unsupported! (UsageError) ``` But the following command: ``` brew install pup ``` Worked perfectly. --- 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