aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2014-02-25 20:00:08 +0100
committeraph <a.hewson@gmail.com>2014-02-26 22:29:41 +0000
commitf4fe188b16a1991a681cc532392096198ea19c04 (patch)
treec6f269ec5617d0544e4aba9ea32135c96b6e8c7e
parentb43224e06c525ee27f636bde1a17e9b79f05893c (diff)
downloadrneovim-f4fe188b16a1991a681cc532392096198ea19c04.tar.gz
rneovim-f4fe188b16a1991a681cc532392096198ea19c04.tar.bz2
rneovim-f4fe188b16a1991a681cc532392096198ea19c04.zip
README: Add support for custom brew installations
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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