diff --git a/pubky-homeserver/README.md b/pubky-homeserver/README.md index d1799a2..f15c67a 100644 --- a/pubky-homeserver/README.md +++ b/pubky-homeserver/README.md @@ -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 ```