The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/distrobuilder/pull/250
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) ===
From 201128865482b781eceaf569c0646e4e1347cc32 Mon Sep 17 00:00:00 2001 From: Simon Deziel <si...@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
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel