Skip to content

Commit 8500dba

Browse files
committed
update dht server instruction
1 parent 32395eb commit 8500dba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ This initial peer must be reachable from all machines participating in the distr
7676
On the machine chosen as the initial peer, run:
7777

7878
```bash
79-
python ../hivemind_source/hivemind/hivemind_cli/run_dht.py \
80-
--identity_path fixed_private_key.pem \
81-
--host_maddrs /ip4/0.0.0.0/tcp/30001
79+
hivemind-dht --identity_path fixed_private_key.pem --host_maddrs /ip4/0.0.0.0/tcp/30001
8280
```
8381

8482
You should receive an output similar to this:

0 commit comments

Comments
 (0)