From 159a5dbbe52e0a2f8c6f8b30738cc8d1031ec1c0 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sun, 25 Jan 2026 01:26:54 +0000 Subject: [PATCH] docs: add mtools and gptfdisk to macOS Homebrew requirements --- 01-Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-Installation.md b/01-Installation.md index 8b90d20..06ffacf 100644 --- a/01-Installation.md +++ b/01-Installation.md @@ -207,7 +207,7 @@ sudo emerge --ask --noreplace app-emulation/qemu \ Install the Quickemu requirements using brew: ``` shell -brew install bash cdrtools coreutils jq python3 qemu usbutils samba sha3sum socat swtpm zsync +brew install bash cdrtools coreutils gptfdisk jq mtools python3 qemu usbutils samba sha3sum socat swtpm zsync ``` Now clone the project: