Skip to content

Commit 71bd0c9

Browse files
authored
Merge pull request #795 from stgraber/main
README: Add note about minimum Go version
2 parents b4b3120 + fa2407d commit 71bd0c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,15 @@ To compile `distrobuilder` from source, first install the Go programming languag
6464
sudo apt update
6565
sudo apt install -y golang-go debootstrap rsync gpg squashfs-tools git
6666
```
67+
6768
- ArchLinux-based:
6869
```
6970
sudo pacman -Syu
7071
sudo pacman -S go debootstrap rsync gnupg squashfs-tools git --needed
7172
```
7273
74+
NOTE: Distrobuilder requires Go 1.20 or higher, if your distribution doesn't have a recent enough version available, [get it from upstream](https://go.dev/doc/install).
75+
7376
Second, download the source code of the `distrobuilder` repository (this repository).
7477
7578
```

0 commit comments

Comments
 (0)