@cryptotaxi247 / kubo / commits / d00097f57

README.md: Add sudo to install commands.

Most users will need `sudo` to run the installation script successfully. License: MIT Signed-off-by: Stephan Kulla <git.mail@kulla.me>

Stephan Kulla committed Sep 10, 2016 at 12:40 UTC d00097f57c1e1262f6ae64f7028f62baee1cfad2
1 file changed +2 -2
cmd/ipfs/dist/README.md
+2 -2
@@ -7,10 +7,10 @@ This is the [ipfs](http://ipfs.io) commandline tool. It contains a full ipfs nod
7 To install it, move the binary somewhere in your `$PATH`:
8
9 ```sh
10 -mv ipfs /usr/local/bin/ipfs
10 +sudo mv ipfs /usr/local/bin/ipfs
11 ```
12
13 -Or run `install.sh` which does this for you.
13 +Or run `sudo install.sh` which does this for you.
14
15 ## Usage
16