Update demo-p2p-chat.md

This commit is contained in:
Aaron Boodman
2017-09-19 18:00:41 -07:00
committed by GitHub
parent 42a58b5fb8
commit 5a3b405882

View File

@@ -31,6 +31,7 @@ mkdir /tmp/noms1
```
* Run a second p2p client with the following command:
```
mkdir /tmp/noms2
./p2p client --username=<aname2> --node-idx=3 /tmp/noms2 >& /tmp/err2
```