Update README.md

This commit is contained in:
James
2024-10-03 08:40:24 +01:00
committed by GitHub
parent 27dd993085
commit 7159a40987

View File

@@ -5,7 +5,7 @@
Use `cargo run`
```bash
cargo run -- --config=./src/config.toml
cargo run -- --config=./src/config.rs
```
Or Build first then run from target.
@@ -19,5 +19,5 @@ cargo build --release
Run with an optional config file
```bash
../target/release/pubky-homeserver --config=./src/config.toml
../target/release/pubky_homeserver --config=./src/config.rs
```