aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index f785c05ba6..e1ac65638d 100644
--- a/README.md
+++ b/README.md
@@ -195,7 +195,7 @@ and what is currently being worked on:
#### For OS X:
-* Install [Xcode](https://developer.apple.com/) and [Homebrew][http://brew.sh]
+* Install [Xcode](https://developer.apple.com/) and [Homebrew](http://brew.sh)
* Install sha1sum
If you run into wget certificate errors, you may be missing the root SSL
@@ -203,12 +203,12 @@ certificates or have not set them up correctly:
Via MacPorts:
- sudo port install curl-ca-bundle
+ sudo port install curl-ca-bundle libtool automake cmake
echo CA_CERTIFICATE=/opt/local/share/curl/curl-ca-bundle.crt >> ~/.wgetrc
Via Homebrew:
- brew install curl-ca-bundle
+ brew install curl-ca-bundle libtool automake cmake
echo CA_CERTIFICATE=/usr/local/opt/curl-ca-bundle/share/ca-bundle.crt >> ~/.wgetrc
#### For Arch Linux: