Skip to content

Commit

Permalink
docs: fix install instructions for sqlx-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
abonander authored Jan 3, 2022
1 parent fdbfc5d commit 8e46e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sqlx-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ mode with `sqlx::query!()` and friends.
$ cargo install sqlx-cli

# only for postgres
$ cargo install sqlx-cli --no-default-features --features postgres
$ cargo install sqlx-cli --no-default-features --features native-tls,postgres

# use vendored OpenSSL (build from source)
$ cargo install sqlx-cli --features openssl-vendored

# use Rustls rather than OpenSSL
# use Rustls rather than OpenSSL (be sure to add the features for the databases you intend to use!)
$ cargo install sqlx-cli --no-default-features --features rustls
```

Expand Down

0 comments on commit 8e46e17

Please sign in to comment.