Skip to content

Commit

Permalink
cli: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mehcode committed Feb 4, 2021
1 parent d07ab85 commit 8da44b9
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 @@ -9,10 +9,10 @@ mode with `sqlx::query!()` and friends.

```bash
# supports all databases supported by SQLx
$ cargo install --version=0.2.0 sqlx-cli
$ cargo install sqlx-cli

# only for postgres
$ cargo install --version=0.2.0 sqlx-cli --no-default-features --features postgres
$ cargo install sqlx-cli --no-default-features --features postgres
```

### Usage
Expand Down

0 comments on commit 8da44b9

Please sign in to comment.