[lxc-devel] [distrobuilder/master] add arch deps

noraj on Github lxc-bot at linuxcontainers.org
Sun Aug 9 13:38:18 UTC 2020


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/20200809/76d38097/attachment.bin>
-------------- next part --------------
From d3855592d1811e6020d175ed3a7f4f5d9d612d47 Mon Sep 17 00:00:00 2001
From: Alexandre ZANNI <16578570+noraj at users.noreply.github.com>
Date: Sun, 9 Aug 2020 15:38:09 +0200
Subject: [PATCH] add arch deps

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

diff --git a/doc/index.md b/doc/index.md
index 6c9ce7b..5065ea1 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -52,10 +52,16 @@ snap install distrobuilder --classic
 
 To compile `distrobuilder` from source, first install the Go programming language, and some other dependencies.
 
-```
-sudo apt update
-sudo apt install -y golang-go debootstrap rsync gpg squashfs-tools git
-```
+- Debian-based:
+    ```
+    sudo apt update
+    sudo apt install -y golang-go debootstrap rsync gpg squashfs-tools git
+    ```
+- ArchLinux-based:
+    ```
+    sudo pacman -Syu
+    sudo pacman -S go debootstrap rsync gnupg squashfs-tools git --needed
+    ```
 
 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