Commit d00097f5 authored by Stephan Kulla's avatar Stephan Kulla

README.md: Add sudo to install commands.

Most users will need `sudo` to run the installation script successfully.

License: MIT
Signed-off-by: default avatarStephan Kulla <git.mail@kulla.me>
parent e30576df
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment