[lxc-devel] [distrobuilder/master] Advertise the snap package in the README

simondeziel on Github lxc-bot at linuxcontainers.org
Tue Oct 22 15:29:18 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 310 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20191022/c244c8e0/attachment.bin>
-------------- next part --------------
From 201128865482b781eceaf569c0646e4e1347cc32 Mon Sep 17 00:00:00 2001
From: Simon Deziel <simon at sdeziel.info>
Date: Tue, 22 Oct 2019 11:27:57 -0400
Subject: [PATCH] Advertise the snap package in the README

---
 doc/index.md | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/doc/index.md b/doc/index.md
index 0eb1577..054cbc5 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -40,10 +40,17 @@ Use "distrobuilder [command] --help" for more information about a command.
 
 In the following, we see how to create a container image for LXD.
 
-### Installation
+## Installing from package
 
-Currently, there are no binary packages of `distrobuilder`. Therefore, you will need to compile it from source.
-To do so, first install the Go programming language, and some other dependencies.
+`distrobuilder` is available from the snapstore.
+
+```
+snap install distrobuilder
+```
+
+## Installing from source
+
+To compile `distrobuilder` from source, first install the Go programming language, and some other dependencies.
 
 ```
 sudo apt update


More information about the lxc-devel mailing list