From 847b64e9356c4bc8c5d7d5c50e14279b508fb4b1 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 8 Jan 2026 00:07:32 +0200 Subject: [PATCH] update example --- crates/http/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/crates/http/README.md b/crates/http/README.md index 33d5584..3034cb8 100644 --- a/crates/http/README.md +++ b/crates/http/README.md @@ -6,7 +6,8 @@ Web server implementation based on the Rocket engine > In development! ``` -cargo run -p rssto-http -- --mysql-username USER \ - --mysql-password PASS \ - --mysql-database NAME +cd rssto/crates/rssto-http +cargo run -- --mysql-username USER \ + --mysql-password PASS \ + --mysql-database NAME ``` \ No newline at end of file