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 ``` ---