From b777cf9008591dc397c65a0457488ea444e4b347 Mon Sep 17 00:00:00 2001 From: est31 Date: Sat, 24 Aug 2019 21:32:28 +0200 Subject: [PATCH] There is no dependency on libssl on mac os any more --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a8a889e46..7d9e102347 100644 --- a/README.md +++ b/README.md @@ -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: