fix(sqlx-cli/readme): mention openssl-vendored

This commit is contained in:
Austin Bonander 2021-11-09 18:02:32 -08:00 committed by GitHub
parent fc056315db
commit c8db803dca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,9 @@ $ cargo install sqlx-cli
# only for postgres
$ cargo install sqlx-cli --no-default-features --features postgres
# use vendored OpenSSL (build from source)
$ cargo install sqlx-cli --features openssl-vendored
```
### Usage