From 1655f1cf2295a94ef0589def89d993dc38aa2431 Mon Sep 17 00:00:00 2001 From: Lluciocc <114759545+Lluciocc@users.noreply.github.com> Date: Tue, 12 May 2026 19:17:00 +0200 Subject: [PATCH] Add 'git' to required development tools installation --- docs/build/toolchain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/toolchain.md b/docs/build/toolchain.md index e68dfac..95941b4 100644 --- a/docs/build/toolchain.md +++ b/docs/build/toolchain.md @@ -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 ``` ---