From b424391c4f078b661f05c1f1bf68bba27d5774e0 Mon Sep 17 00:00:00 2001 From: Alan Pope Date: Mon, 28 Jul 2025 22:39:14 +0100 Subject: [PATCH] Add sha3sum to brew install when running on macOS, to use GNU sha tools --- 01-Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-Installation.md b/01-Installation.md index a766c9f..37f278a 100644 --- a/01-Installation.md +++ b/01-Installation.md @@ -187,7 +187,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 socat swtpm zsync +brew install bash cdrtools coreutils jq python3 qemu usbutils samba sha3sum socat swtpm zsync ``` Now clone the project: