From c30653f6fc64bebd5432cb671e840ff83b53180c Mon Sep 17 00:00:00 2001 From: Zynh0722 Date: Tue, 14 Nov 2023 23:38:27 -0800 Subject: [PATCH] update diesel install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b32f68d..6aec013 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ whichever works ##### Diesel Schema Setup ``` # install diesel cli -cargo install diesel_cli +cargo install diesel_cli --no-default-features --features mysql # run migrations diesel migration run