diff --git a/README.md b/README.md index 3a5b266bb9841744d07e40397bc6a82d99d3cc78..3bc3960b3d24068e8aae54ddff3a15df1dd47f29 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,12 @@ Homebrew: brew install openssl ``` +> Occasionally an update of XCode or MacOS will cause the linker to fail after compilation, to rectify this you may want to try and run: + +```bash +xcode-select --install +``` + If Homebrew is installed to the default location of `/usr/local`, OpenSSL will be automatically detected.