Update demo-ipfs-chat.md

This commit is contained in:
Aaron Boodman
2017-09-19 18:01:28 -07:00
committed by GitHub
parent 5a3b405882
commit 6beaf49993
+1 -1
View File
@@ -16,7 +16,7 @@ Demo app code is in the
directory. To get it up and running take the following steps:
* Use git to clone the noms repository onto your computer:
```
git clone git@github.com:attic-labs/noms.git or git clone https://github.com/attic-labs/noms.git
go get github.com/attic-labs/noms/samples/go/ipfs-chat
```
* From the noms/samples/go/ipfs-chat directory, build the program with the following command:
```