@cryptotaxi247 / kubo / commits / aacb8bc75

Fix typo of sudo install command

License: MIT Signed-off-by: Edison Lee <edisonlee@edisonlee55.com>

Edison Lee committed May 6, 2018 at 19:09 UTC aacb8bc75c101c23b9ed7c638c117ac6b2e9c87f
1 file changed +1 -1
cmd/ipfs/dist/README.md
+1 -1
@@ -10,7 +10,7 @@ To install it, move the binary somewhere in your `$PATH`:
10 sudo mv ipfs /usr/local/bin/ipfs
11 ```
12
13 -Or run `sudo install.sh` which does this for you.
13 +Or run `sudo ./install.sh` which does this for you.
14
15 ## Usage
16