Merge pull request #396 from est31/update_readme

There is no dependency on libssl on mac os any more
This commit is contained in:
Jonathan Turner 2019-08-25 08:00:24 +12:00 committed by GitHub
commit 1b863cbb2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,9 +22,8 @@ To build Nu, you will need to use the **nightly** version of the compiler.
Required dependencies:
* libssl
* on macOS (via homebrew): `brew install openssl`
* on Linux (on Debian/Ubuntu): `apt install libssl-dev`
* libssl (only needed on Linux)
* on Debian/Ubuntu: `apt install libssl-dev`
Optional dependencies: