Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Commit

Permalink
Added sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Oct 28, 2016
1 parent d80103e commit 245cc4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/2-run-ipfs-on-a-vps/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ Now you can download the latest build of IPFS from the [install page](https://ip
```sh
> wget https://dist.ipfs.io/go-ipfs/v0.4.4/go-ipfs_v0.4.4_linux-amd64.tar.gz
> tar xfv go-ipfs_v0.4.4_linux-amd64.tar.gz
> cp ipfs/ipfs /usr/local/bin/
# Move it into your bin. This requires root permissions.
> sudo cp ipfs/ipfs /usr/local/bin/
```

It's usually not a good idea to run a public-facing service as root. So we'll create a user account to run IPFS in and switch to it:
Expand Down

0 comments on commit 245cc4b

Please sign in to comment.