Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
catch-21 authored Oct 3, 2024
1 parent 27dd993 commit 7159a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pubky-homeserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
```

0 comments on commit 7159a40

Please sign in to comment.