add launch example

This commit is contained in:
yggverse 2026-01-07 23:56:13 +02:00
parent 71e6a97e37
commit 5f5c77f360

View file

@ -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
```