From db95be540f0a64dccfacc09db8e5f5571dd2a43d Mon Sep 17 00:00:00 2001 From: Aaron Boodman Date: Tue, 19 Sep 2017 18:05:05 -0700 Subject: [PATCH] Update demo-ipfs-chat.md --- doc/decent/demo-ipfs-chat.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/decent/demo-ipfs-chat.md b/doc/decent/demo-ipfs-chat.md index 570f781103..df54622698 100644 --- a/doc/decent/demo-ipfs-chat.md +++ b/doc/decent/demo-ipfs-chat.md @@ -24,11 +24,11 @@ go build ``` * Run the ipfs-chat client with the following command: ``` -./ipfs-chat client --username --node-idx=2 ipfs:/tmp/ifps1::chat >& /tmp/err1 +./ipfs-chat client --username --node-idx=2 ipfs:/tmp/ipfs1::chat >& /tmp/err1 ``` * Run a second ipfs-chat client with the following command: ``` -./ipfs-chat client --username --node-idx=3 ipfs:/tmp/ifps2::chat >& /tmp/err2 +./ipfs-chat client --username --node-idx=3 ipfs:/tmp/ipfs2::chat >& /tmp/err2 ``` If desired, ipfs-chat can be run as a daemon which will replicate all @@ -36,7 +36,7 @@ chat content in a local store which will enable clients to go offline without causing data to become unavailable to other clients: ``` -./ipfs-chat daemon --node-idx=3 ipfs:/tmp/ifps3::chat +./ipfs-chat daemon --node-idx=3 ipfs:/tmp/ipfs3::chat ``` Note: the 'node-idx' argument ensures that each IPFS-based program