fix: typo in README
Daniel Norman committed
Jul 21, 2022 at 15:05 UTC
5b1e04a7b8a19f77dd2ee0a2147ff95941f0b829
1 file changed
+1
-1
README.md
+1
-1
@@ -287,7 +287,7 @@ export PATH=$PATH:$GOPATH/bin
287
```
288
$ git clone https://github.com/ipfs/kubo.git
289
290
-$ cd go-ipfs
290
+$ cd kubo
291
$ make install
292
```
293