From e21d7a0a118a65d1cd984a70611b3e32cf42ed5b Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Sat, 24 Aug 2019 03:32:28 +1200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 4c73f92403..3cae90f08e 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,17 @@ There is also a [book](https://github.com/nushell/book) about Nu, currently in p Up-to-date installation instructions can be found in the [installation chapter of the book](https://book.nushell.sh/en/installation). +Required dependencies: + +* libssl + * on macOS (via homebrew): `brew install openssl` + * on Linux (on Debian/Ubuntu): `apt install libssl-dev` + +Optional dependnecies: + +* To use Nu with all possible optional features enabled, you'll also need the following: + * on Linux (on Debian/Ubuntu): `apt install libxcb-composite0-dev libx11-dev` + To install Nu via cargo: ```