mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +00:00
Merge pull request #396 from est31/update_readme
There is no dependency on libssl on mac os any more
This commit is contained in:
commit
1b863cbb2b
1 changed files with 2 additions and 3 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue