From 91af906c9f3ecc7d0116d3be3102c00e0699b228 Mon Sep 17 00:00:00 2001 From: kylon <3252255+kylon@users.noreply.github.com> Date: Mon, 22 Jul 2024 01:11:46 +0200 Subject: [PATCH] README: add Arch --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4963511f..bdac4131 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,10 @@ On Fedora: sudo dnf install cmake gcc-c++ pciutils-devel +On Arch: + + sudo pacman -S base-devel pciutils cmake + If your Distribution is not supported, try finding the packages or use [Distrobox](https://github.com/89luca89/distrobox) or [Toolbox](https://docs.fedoraproject.org/en-US/fedora-silverblue/toolbox/) instead. The simplest way to build it: