From 0708a568ca59806aef61ab3cd010ca4e0966d38d Mon Sep 17 00:00:00 2001 From: olalonde Date: Sun, 6 Apr 2014 10:41:17 +0800 Subject: [PATCH] Added instructions for when wrong openssl detected after brew link --- doc/build-osx.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/build-osx.md b/doc/build-osx.md index fb64882e1..659ac9750 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -86,7 +86,9 @@ If not, you can ensure that the Homebrew OpenSSL is correctly linked by running brew link openssl --force -Rerunning "openssl version" should now return the correct version. +Rerunning "openssl version" should now return the correct version. If it +doesn't, make sure `/usr/local/bin` comes before `/usr/bin` in your +PATH. ### Building `dogecoind`