mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 17:15:29 +00:00
add launch example
This commit is contained in:
parent
71e6a97e37
commit
5f5c77f360
1 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,12 @@
|
||||||
# rssto-http
|
# rssto-http
|
||||||
|
|
||||||
Web server implementation based on the Rocket engine
|
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
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue