1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-28 00:39:31 +08:00

Fix typo of sudo install command

License: MIT
Signed-off-by: Edison Lee <edisonlee@edisonlee55.com>
This commit is contained in:
Edison Lee
2018-05-06 19:09:43 +08:00
parent 2162f7e681
commit aacb8bc75c

View File

@ -10,7 +10,7 @@ To install it, move the binary somewhere in your `$PATH`:
sudo mv ipfs /usr/local/bin/ipfs sudo mv ipfs /usr/local/bin/ipfs
``` ```
Or run `sudo install.sh` which does this for you. Or run `sudo ./install.sh` which does this for you.
## Usage ## Usage