mirror of
https://github.com/nushell/nushell.git
synced 2024-11-29 03:44:19 +01:00
Update README.md
This commit is contained in:
parent
0d5b7a7f10
commit
e21d7a0a11
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).
|
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:
|
To install Nu via cargo:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user