mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
Update README.md
This commit is contained in:
parent
0d5b7a7f10
commit
e21d7a0a11
1 changed files with 11 additions and 0 deletions
11
README.md
11
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:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue