Add pciutils for brew

Martin Wimpress 2024-05-10 00:19:09 +01:00
parent a2c2663131
commit 8b8ea6b8d0
1 changed files with 1 additions and 1 deletions

@ -131,5 +131,5 @@ sudo dnf install qemu bash coreutils edk2-tools grep jq pciutils procps python3
macOS support is a **work in progress**. See [issue 447](https://github.com/quickemu-project/quickemu/issues/447) for more information.
``` shell
brew install qemu bash coreutils grep jq python@3.10 cdrtools gnu-sed spice-gtk zsync
brew install qemu bash coreutils grep jq pciutils python@3.10 cdrtools gnu-sed spice-gtk zsync
```