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