diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2014-02-25 20:00:08 +0100 |
---|---|---|
committer | aph <a.hewson@gmail.com> | 2014-02-26 22:29:41 +0000 |
commit | f4fe188b16a1991a681cc532392096198ea19c04 (patch) | |
tree | c6f269ec5617d0544e4aba9ea32135c96b6e8c7e | |
parent | b43224e06c525ee27f636bde1a17e9b79f05893c (diff) | |
download | rneovim-f4fe188b16a1991a681cc532392096198ea19c04.tar.gz rneovim-f4fe188b16a1991a681cc532392096198ea19c04.tar.bz2 rneovim-f4fe188b16a1991a681cc532392096198ea19c04.zip |
README: Add support for custom brew installations
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |