mirror of
https://github.com/aljazceru/pubky-core.git
synced 2025-12-31 21:04:34 +01:00
Update README.md
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user