From 12973bc8403755e938fa2e716d5e748f4c03d41b Mon Sep 17 00:00:00 2001 From: Florian Briand Date: Wed, 3 Jul 2024 17:41:18 +0200 Subject: [PATCH] chore: Add auto-reload with cargo-watch --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c25e7b4..f954fd4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # Krys4lide -Logiciel de pharmacie \ No newline at end of file +Logiciel de pharmacie + +## Development + +### Prerequisites + +```shell +cargo install cargo-watch +``` + +### Run + +```shell +cargo watch -x run +```