mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 14:34:19 +00:00
ensure installation instructions account for prerelease
This commit is contained in:
parent
9ea5ce01a2
commit
904ba018da
1 changed files with 2 additions and 2 deletions
|
@ -9,10 +9,10 @@ mode with `sqlx::query!()` and friends.
|
|||
|
||||
```bash
|
||||
# supports all databases supported by SQLx
|
||||
$ cargo install sqlx-cli
|
||||
$ cargo install --version=0.1.0-beta.1 sqlx-cli
|
||||
|
||||
# only for postgres
|
||||
$ cargo install sqlx-cli --no-default-features --features postgres
|
||||
$ cargo install --version=0.1.0-beta.1 sqlx-cli --no-default-features --features postgres
|
||||
```
|
||||
|
||||
### Usage
|
||||
|
|
Loading…
Reference in a new issue