diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index 39115335b1..e9af4949a1 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -48,7 +48,7 @@ for details. ### Arch Linux / Manjaro ```console -sudo pacman -S --needed base-devel cmake curl mpfr libmpc gmp e2fsprogs ninja qemu-desktop qemu-emulators-full ccache rsync unzip +sudo pacman -S --needed base-devel cmake curl mpfr libmpc gmp e2fsprogs ninja qemu-desktop qemu-system-x86 qemu-system-aarch64 ccache rsync unzip ``` Optional: `fuse2fs` for [building images without root](https://github.com/SerenityOS/serenity/pull/11224).