From d00097f57c1e1262f6ae64f7028f62baee1cfad2 Mon Sep 17 00:00:00 2001 From: Stephan Kulla Date: Sat, 10 Sep 2016 12:40:54 +0200 Subject: [PATCH] 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 --- cmd/ipfs/dist/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/ipfs/dist/README.md b/cmd/ipfs/dist/README.md index 4d78e17d2ef..8504e1531a9 100644 --- a/cmd/ipfs/dist/README.md +++ b/cmd/ipfs/dist/README.md @@ -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