nushell/docs/old/howto_build_without_openssl.md
Darren Schroeder b714e034aa
remove some old documentation, relocate others (#4726)
* remove some old documentation, relocate others

* small tweak to default config
2022-03-04 11:37:08 -05:00

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