Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Red Hat-based installation information added.

Signed-off-by: cemzafer <[email protected]>
  • Loading branch information
cemzafer authored Jun 22, 2024
1 parent d59bfec commit 787b55d
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 787b55d

Please sign in to comment.