Skip to content

Commit

Permalink
add the snap installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Arias authored Feb 7, 2017
1 parent 5c2cbb3 commit 23dccf6
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

1 comment on commit 23dccf6

@GitCop
Copy link

@GitCop GitCop commented on 23dccf6 Feb 7, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were the following issues with your Pull Request

We ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.
git commit --amend can often help you quickly improve the commit message.
Guidelines and a script are available to help in the long run.
Your feedback on GitCop is welcome on this issue.


This message was auto-generated by https://gitcop.com

Please sign in to comment.