From 50ee67f05f1671f988445416a04f0e75df267c83 Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Tue, 7 Feb 2017 15:21:41 -0600 Subject: [PATCH] add the snap installation instructions License: MIT Signed-off-by: Leo Arias --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 07f72c32c75..1edc78ed465 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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