From 66e97477330e981c5257483da51d7a398e5a9b23 Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Wed, 8 Nov 2017 18:46:07 -0600 Subject: [PATCH] Add the instructions to install the snap I have just pushed an initial version of ipfs-cluster to the snapcraft store: https://discuss.ipfs.io/t/start-testing-the-ipfs-cluster-snap/1422 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6e051a3b..b799d878 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,16 @@ To build the container manually you can: You can mount your local ipfs-cluster configuration and data folder by passing `-v /data/ipfs-cluster your-local-ipfs-cluster-folder` to Docker. +### Install from the snap store + +In any of the [supported Linux distros](https://snapcraft.io/docs/core/install): + +```bash +sudo snap install ipfs-cluster --edge +``` + +(Note that this is an experimental and unstable release, at the moment) + ### Install from sources Installing from `master` is the best way to have the latest features and bugfixes. In order to install the `ipfs-cluster-service` the `ipfs-cluster-ctl` tools you will need `Go` installed in your system and the run the following commands: