update example

This commit is contained in:
yggverse 2026-01-08 00:07:32 +02:00
parent a53417ce52
commit 847b64e935

View file

@ -6,7 +6,8 @@ Web server implementation based on the Rocket engine
> In development!
```
cargo run -p rssto-http -- --mysql-username USER \
cd rssto/crates/rssto-http
cargo run -- --mysql-username USER \
--mysql-password PASS \
--mysql-database NAME
```