Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
tommoyer authored Dec 3, 2024
1 parent 04abbcf commit 319f29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ To compile `distrobuilder` from source, first install the Go programming languag
- Debian-based:
```
sudo apt update
sudo apt install -y golang-go debootstrap rsync gpg squashfs-tools git make
sudo apt install -y golang-go debootstrap rsync gpg squashfs-tools git make build-essential
```
- ArchLinux-based:
Expand Down

0 comments on commit 319f29f

Please sign in to comment.