readme: fix git command

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
Steven Allen 2019-04-04 12:20:14 -07:00
parent 09868574ac
commit 663f7c92d5

View File

@ -132,7 +132,7 @@ export PATH=$PATH:$GOPATH/bin
#### Download and Compile IPFS
```
$ git https://github.com/ipfs/go-ipfs.git
$ git clone https://github.com/ipfs/go-ipfs.git
$ cd go-ipfs
$ make install