mirror of
https://github.com/nushell/nushell
synced 2025-01-15 06:34:15 +00:00
b714e034aa
* remove some old documentation, relocate others * small tweak to default config
241 B
241 B
how to compile without OpenSSL
You may find it desirable to compile nu shell without requiring an OpenSSL installation on your system.
You can do this by running:
cargo build --no-default-features --features=rustyline-support