diff options
-rw-r--r-- | doc/build-osx.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index faa31cb023..0de5c792e9 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 `bitcoind` |