mirror of
https://github.com/danbulant/nushell
synced 2026-06-10 02:00:23 +00:00
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