Skip to content

Commit 0d0cc38

Browse files
authored
Update README.md Install Instructions
Installing requires the make package. Also a readability change. Signed-off-by: Peter Michaux <[email protected]>
1 parent 210ac52 commit 0d0cc38

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ To compile `distrobuilder` from source, first install the Go programming languag
6262
- Debian-based:
6363
```
6464
sudo apt update
65-
sudo apt install -y golang-go debootstrap rsync gpg squashfs-tools git
65+
sudo apt install -y golang-go debootstrap rsync gpg squashfs-tools git make
6666
```
6767
6868
- ArchLinux-based:
6969
```
7070
sudo pacman -Syu
71-
sudo pacman -S go debootstrap rsync gnupg squashfs-tools git --needed
71+
sudo pacman -S go debootstrap rsync gnupg squashfs-tools git make --needed
7272
```
7373
7474
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
8686
make
8787
```
8888
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.
9190
```
9291
$HOME/go/bin/distrobuilder
9392
```
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.
9495
<!-- Include end installing -->
9596
9697
## How to use

0 commit comments

Comments
 (0)