[lxc-devel] [distrobuilder/master] doc: add git to prerequisite packages

vicamo on Github lxc-bot at linuxcontainers.org
Thu Jul 4 15:03:52 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 322 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190704/11c102d5/attachment.bin>
-------------- next part --------------
From 1c8b6b45fbb15044fd122fad92fdc711fb917c09 Mon Sep 17 00:00:00 2001
From: You-Sheng Yang <vicamo at gmail.com>
Date: Thu, 4 Jul 2019 23:01:25 +0800
Subject: [PATCH] doc: add git to prerequisite packages

Closes: #185
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 573f580..4ae8be7 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ To do so, first install the Go programming language, and some other dependencies
 
 ```
 sudo apt update
-sudo apt install -y golang-go debootstrap rsync gpg squashfs-tools
+sudo apt install -y golang-go debootstrap rsync gpg squashfs-tools git
 ```
 
 Second, download the source code of the `distrobuilder` repository (this repository). The source will be placed in `$HOME/go/src/github.com/lxc/distrobuilder/`


More information about the lxc-devel mailing list