From 5f5c77f360dd02bd77c62f9e87bc216cd2e0005f Mon Sep 17 00:00:00 2001 From: yggverse Date: Wed, 7 Jan 2026 23:56:13 +0200 Subject: [PATCH] add launch example --- crates/http/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/crates/http/README.md b/crates/http/README.md index b92db47..33d5584 100644 --- a/crates/http/README.md +++ b/crates/http/README.md @@ -1,3 +1,12 @@ # rssto-http Web server implementation based on the Rocket engine + +> [!NOTE] +> In development! + +``` +cargo run -p rssto-http -- --mysql-username USER \ + --mysql-password PASS \ + --mysql-database NAME +``` \ No newline at end of file