[lxc-devel] [distrobuilder/master] Update README.md

monstermunchkin on Github lxc-bot at linuxcontainers.org
Thu Oct 4 10:28:30 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 364 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20181004/b93b02d9/attachment.bin>
-------------- next part --------------
From 37cdd732670ee20201825edfe06a1cda65fcd8b3 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Thu, 4 Oct 2018 12:27:42 +0200
Subject: [PATCH] Update README.md

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 README.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index e8fecb1..573f580 100644
--- a/README.md
+++ b/README.md
@@ -43,15 +43,14 @@ In the following, we see how to create a container image for LXD.
 ### Installation
 
 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 the `debootstrap` package.
+To do so, first install the Go programming language, and some other dependencies.
 
 ```
 sudo apt update
-sudo apt install -y golang-go
-sudo apt install -y debootstrap
+sudo apt install -y golang-go debootstrap rsync gpg squashfs-tools
 ```
 
-Second, download the source code of the `distrowatch` repository (this repository). The source will be placed in `$HOME/go/src/github.com/lxc/distrobuilder/`
+Second, download the source code of the `distrobuilder` repository (this repository). The source will be placed in `$HOME/go/src/github.com/lxc/distrobuilder/`
 
 ```
 go get -d -v github.com/lxc/distrobuilder


More information about the lxc-devel mailing list