mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-28 22:08:01 +08:00
Merge pull request #3201 from kulla/readme-sudo
README.md: Add sudo to install commands.
This commit is contained in:
commit
19fd0c63f0
4
cmd/ipfs/dist/README.md
vendored
4
cmd/ipfs/dist/README.md
vendored
@ -7,10 +7,10 @@ This is the [ipfs](http://ipfs.io) commandline tool. It contains a full ipfs nod
|
||||
To install it, move the binary somewhere in your `$PATH`:
|
||||
|
||||
```sh
|
||||
mv ipfs /usr/local/bin/ipfs
|
||||
sudo mv ipfs /usr/local/bin/ipfs
|
||||
```
|
||||
|
||||
Or run `install.sh` which does this for you.
|
||||
Or run `sudo install.sh` which does this for you.
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user