mirror of
https://github.com/amigan/rustypaste-pretty.git
synced 2025-01-31 13:02:43 -05:00
docs(readme): fix the OpenSSL feature example
This commit is contained in:
parent
8359aadec6
commit
9ead53097e
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ To enable a feature for build, pass `--features` flag to `cargo build` command.
|
||||||
For example, to reuse the OpenSSL present on a distro already:
|
For example, to reuse the OpenSSL present on a distro already:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cargo build --release --features openssl
|
cargo build --release --no-default-features --features openssl
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Testing
|
#### Testing
|
||||||
|
|
Loading…
Reference in a new issue