From 8da44b9898a9efafbdc1b2aa05939470f8356a43 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Thu, 4 Feb 2021 06:37:46 -0800 Subject: [PATCH] cli: update README --- sqlx-cli/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sqlx-cli/README.md b/sqlx-cli/README.md index 86ad67e42..0c47941c4 100644 --- a/sqlx-cli/README.md +++ b/sqlx-cli/README.md @@ -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