Skip to content

Commit

Permalink
Merge pull request #861 from cemzafer/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
stgraber authored Jun 23, 2024
2 parents d59bfec + 787b55d commit 2f4cba1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ To compile `distrobuilder` from source, first install the Go programming languag
sudo pacman -S go debootstrap rsync gnupg squashfs-tools git make --needed
```

- Red Hat-based:
```
sudo dnf update
sudo dnf install golang debootstrap rsync gnupg2 squashfs-tools git make
```

NOTE: Distrobuilder requires Go 1.21 or higher, if your distribution doesn't have a recent enough version available, [get it from upstream](https://go.dev/doc/install).

Second, download the source code of the `distrobuilder` repository (this repository).
Expand Down

0 comments on commit 2f4cba1

Please sign in to comment.