Skip to content

Commit

Permalink
Merge pull request #3663 from elopio/patch-1
Browse files Browse the repository at this point in the history
add the snap installation instructions
  • Loading branch information
whyrusleeping authored Feb 12, 2017
2 parents e1619bf + 50ee67f commit 37209f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Please put all issues regarding the Go IPFS _implementation_ in [this repo](http
- [Security Issues](#security-issues)
- [Install](#install)
- [Install prebuilt packages](#install-prebuilt-packages)
- [From Linux package managers](#from-linux-package-managers)
- [Build from Source](#build-from-source)
- [Install Go](#install-go)
- [Download and Compile IPFS](#download-and-compile-ipfs)
Expand Down Expand Up @@ -64,6 +65,12 @@ From there:
- Open/extract the archive.
- Move `ipfs` to your path (`install.sh` can do it for you).

### From Linux package managers

With snap, in any of the [supported Linux distributions](https://snapcraft.io/docs/core/install):

$ sudo snap install ipfs

### Build from Source

#### Install Go
Expand Down

0 comments on commit 37209f3

Please sign in to comment.