forked from extern/nushell
document compiling without openssl (#3862)
This commit is contained in:
parent
e602647d4d
commit
9c016ad479
9
docs/howto_build_without_openssl.md
Normal file
9
docs/howto_build_without_openssl.md
Normal 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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user