forked from extern/nushell
Merge pull request #588 from jankoprowski/documentation
Mention pkg-config package in installation instruction
This commit is contained in:
commit
a2b3e4c9d7
@ -27,8 +27,8 @@ To build Nu, you will need to use the **nightly** version of the compiler.
|
||||
|
||||
Required dependencies:
|
||||
|
||||
* libssl (only needed on Linux)
|
||||
* on Debian/Ubuntu: `apt install libssl-dev`
|
||||
* pkg-config and libssl (only needed on Linux)
|
||||
* on Debian/Ubuntu: `apt install pkg-config libssl-dev`
|
||||
|
||||
Optional dependencies:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user