You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo pacman -S go debootstrap rsync gnupg squashfs-tools git --needed
71
+
sudo pacman -S go debootstrap rsync gnupg squashfs-tools git make --needed
72
72
```
73
73
74
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).
@@ -86,11 +86,12 @@ cd ./distrobuilder
86
86
make
87
87
```
88
88
89
-
Finally, you can run `distrobuilder` as follows. You may also add to your $PATH the directory `$HOME/go/bin/` so that you do not need to run the command with the full path.
90
-
89
+
Finally, you can run `distrobuilder` as follows.
91
90
```
92
91
$HOME/go/bin/distrobuilder
93
92
```
93
+
94
+
You may also add the directory `$HOME/go/bin/` to your $PATH so that you do not need to run the command with the full path.
0 commit comments