Update README.md

This commit is contained in:
James
2024-10-04 10:09:18 +01:00
committed by GitHub
parent 7159a40987
commit c77035c33a

View File

@@ -5,7 +5,7 @@
Use `cargo run`
```bash
cargo run -- --config=./src/config.rs
cargo run -- --config=./src/config.toml
```
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.rs
../target/release/pubky_homeserver --config=./src/config.toml
```