Add 'git' to required development tools installation

This commit is contained in:
Lluciocc 2026-05-12 19:17:00 +02:00 committed by GitHub
parent 5e3ba70730
commit 1655f1cf22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,7 +120,7 @@ Repeat until no further updates are available.
Install the required development tools:
```bash
pacman -S make nasm xorriso
pacman -S make nasm xorriso git
```
---