Update README.md

Signed-off-by: Thomas Hipp <thomas.hipp@canonical.com>
This commit is contained in:
Thomas Hipp 2018-10-04 12:27:42 +02:00
parent 780ac866fe
commit 37cdd73267
No known key found for this signature in database
GPG Key ID: 993408D1137B7D51

View File

@ -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