diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |