From 58ff4fac66f7f759d1cd89d291e68c2d72f88ddb Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Tue, 27 Jun 2017 15:36:38 -0600 Subject: [PATCH] Add the installation steps for the CLI snap --- cli/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cli/README.md b/cli/README.md index 1689de5f..1057bcd9 100644 --- a/cli/README.md +++ b/cli/README.md @@ -28,5 +28,13 @@ CLI tool for generating new Gobot projects. ... ``` +## Installing from the snap + +Gobot is also published in the [snap store](https://snapcraft.io/). It is not yet stable, so you can help testing it in any of the [supported Linux distributions](https://snapcraft.io/docs/core/install) with: + +``` +sudo snap install gobot --edge +``` + ## License Copyright (c) 2013-2017 The Hybrid Group. Licensed under the Apache 2.0 license.