mirror of
https://github.com/nushell/nushell
synced 2024-11-14 17:07:07 +00:00
document compiling without openssl (#3862)
This commit is contained in:
parent
e602647d4d
commit
9c016ad479
1 changed files with 9 additions and 0 deletions
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 a new issue