From f4fe188b16a1991a681cc532392096198ea19c04 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Tue, 25 Feb 2014 20:00:08 +0100 Subject: README: Add support for custom brew installations --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01ff807075..92276f914f 100644 --- a/README.md +++ b/README.md @@ -300,7 +300,7 @@ certificates or have not set them up correctly: Via Homebrew: brew install curl-ca-bundle libtool automake cmake - echo CA_CERTIFICATE=/usr/local/opt/curl-ca-bundle/share/ca-bundle.crt >> ~/.wgetrc + echo CA_CERTIFICATE=$(brew --prefix curl-ca-bundle)/share/ca-bundle.crt >> ~/.wgetrc ### Building -- cgit