Skip to content

Commit

Permalink
Merge pull request #3201 from kulla/readme-sudo
Browse files Browse the repository at this point in the history
README.md: Add sudo to install commands.
  • Loading branch information
whyrusleeping authored Sep 12, 2016
2 parents 0e2b4eb + d00097f commit 19fd0c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/ipfs/dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 19fd0c6

Please sign in to comment.