mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-28 17:03:58 +08:00
Merge pull request #5001 from edisonlee55/master
Fix typo of sudo install command
This commit is contained in:
2
cmd/ipfs/dist/README.md
vendored
2
cmd/ipfs/dist/README.md
vendored
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user