Skip to content

Commit 319f29f

Browse files
authored
Update README.md
For Debian-based systems, build-essential is required to build distrobuilder. I'm not sure of similar dependencies for ArchLinux-based systems or Red Hat-based systems, but those will need updated too Signed-off-by: Tom <[email protected]>
1 parent 04abbcf commit 319f29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To compile `distrobuilder` from source, first install the Go programming languag
6060
- Debian-based:
6161
```
6262
sudo apt update
63-
sudo apt install -y golang-go debootstrap rsync gpg squashfs-tools git make
63+
sudo apt install -y golang-go debootstrap rsync gpg squashfs-tools git make build-essential
6464
```
6565
6666
- ArchLinux-based:

0 commit comments

Comments
 (0)