readme: fix git command
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Apr 4, 2019 at 12:20 UTC
663f7c92d5d6885812a9377c6bb88c2740feb17a
1 file changed
+1
-1
README.md
+1
-1
@@ -132,7 +132,7 @@ export PATH=$PATH:$GOPATH/bin
132
#### Download and Compile IPFS
133
134
```
135
-$ git https://github.com/ipfs/go-ipfs.git
135
+$ git clone https://github.com/ipfs/go-ipfs.git
136
137
$ cd go-ipfs
138
$ make install