1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-22 03:27:30 +01:00
nushell/docs/howto_build_without_openssl.md
2021-07-30 08:21:20 +12:00

242 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 runnning:

cargo build --no-default-features --features=rustyline-support