Skip to content

Commit

Permalink
Merge pull request #87 from densone/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
fmassot authored Jun 8, 2023
2 parents bc29598 + 75c93cd commit 324e810
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions chitchat-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ to test the chitchat crate.

```bash
# First server
cargo run -- -h localhost:10000
cargo run -- --listen_addr localhost:10000
# Second server
cargo run -- -h localhost:10001 --seed localhost:10000
cargo run -- --listen_addr localhost:10001 --seed localhost:10000
```

## Startup Flags that are optional

```bash
--interval_ms <interval>
--node_id <node-id>
--public_addr <public-addr>
```

0 comments on commit 324e810

Please sign in to comment.