1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-13 04:46:17 +02:00

document compiling without openssl ()

This commit is contained in:
Eli Flanagan
2021-07-29 16:21:20 -04:00
committed by GitHub
parent e602647d4d
commit 9c016ad479

@ -0,0 +1,9 @@
# 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:
```sh
cargo build --no-default-features --features=rustyline-support
```