document compiling without openssl (#3862)

This commit is contained in:
Eli Flanagan 2021-07-29 16:21:20 -04:00 committed by GitHub
parent e602647d4d
commit 9c016ad479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```