From 27d4989546ff88094b85d0fcc7f0b3cc22581196 Mon Sep 17 00:00:00 2001 From: Loisaida Sam Date: Thu, 15 Feb 2018 14:55:35 -0500 Subject: [PATCH] Update README to reflect vanilla brew install Fixes segfaulting installation issue in High Sierra a la: https://github.com/ericchiang/pup/issues/85 --- 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