diff options
author | Mark Allen <[email protected]> | 2016-10-05 18:43:39 -0500 |
---|---|---|
committer | Mark Allen <[email protected]> | 2016-10-05 18:43:39 -0500 |
commit | c6568abd674df6a85ca67154068a0f19da308fd6 (patch) | |
tree | 39988627a451ad677b3e37c4324001f218747b1a | |
parent | ab5f4324f8442969db899e7d163895b0ebe3e04b (diff) | |
download | kerl-c6568abd674df6a85ca67154068a0f19da308fd6.tar.gz kerl-c6568abd674df6a85ca67154068a0f19da308fd6.tar.bz2 kerl-c6568abd674df6a85ca67154068a0f19da308fd6.zip |
Fix typo
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -448,9 +448,10 @@ own SSL library. That makes using homebrew the most convenient way to install openssl on macOS 10.12 (Sierra) or El Capitan. Recently, homebrew [decided to stop creating](https://github.com/Homebrew/brew/pull/612) symlinks from the homebrew installation directory to `/usr/local`, so in response to this, *if* -you running El Capitan or Sierra, *and* you have homebrew installed, *and* you -used it to install openssl, kerl will ask homebrew for the openssl installation -prefix and configure Erlang to build with that location automatically. +you're running El Capitan or Sierra, *and* you have homebrew installed, *and* +you used it to install openssl, kerl will ask homebrew for the openssl +installation prefix and configure Erlang to build with that location +automatically. **Important**: If you already have `--with-ssl` in your .kerlrc, kerl will honor that instead, and will not do any automatic configuration. |