The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/distrobuilder/pull/112

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) ===
Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
From 37cdd732670ee20201825edfe06a1cda65fcd8b3 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.h...@canonical.com>
Date: Thu, 4 Oct 2018 12:27:42 +0200
Subject: [PATCH] Update README.md

Signed-off-by: Thomas Hipp <thomas.h...@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
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to