add the snap installation instructions
License: MIT Signed-off-by: Leo Arias <yo@elopio.net>
Leo Arias committed
Feb 7, 2017 at 15:21 UTC
50ee67f05f1671f988445416a04f0e75df267c83
1 file changed
+7
README.md
+7
@@ -27,6 +27,7 @@ Please put all issues regarding the Go IPFS _implementation_ in [this repo](http
27
- [Security Issues](#security-issues)
28
- [Install](#install)
29
- [Install prebuilt packages](#install-prebuilt-packages)
30
+ - [From Linux package managers](#from-linux-package-managers)
31
- [Build from Source](#build-from-source)
32
- [Install Go](#install-go)
33
- [Download and Compile IPFS](#download-and-compile-ipfs)
@@ -64,6 +65,12 @@ From there:
65
- Open/extract the archive.
66
- Move `ipfs` to your path (`install.sh` can do it for you).
67
68
+### From Linux package managers
69
+
70
+With snap, in any of the [supported Linux distributions](https://snapcraft.io/docs/core/install):
71
+
72
+ $ sudo snap install ipfs
73
+
74
### Build from Source
75
76
#### Install Go