diff --git a/doc/decent/demo-p2p-chat.md b/doc/decent/demo-p2p-chat.md index 051128768a..e0a026bf48 100644 --- a/doc/decent/demo-p2p-chat.md +++ b/doc/decent/demo-p2p-chat.md @@ -31,6 +31,7 @@ mkdir /tmp/noms1 ``` * Run a second p2p client with the following command: ``` +mkdir /tmp/noms2 ./p2p client --username= --node-idx=3 /tmp/noms2 >& /tmp/err2 ```