From e8b7a36015066b9d905cfe08f74a07602660f90f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markuss=20Mi=C5=A1=C4=B7is?= Date: Fri, 17 Feb 2023 00:06:11 +0200 Subject: [PATCH] Update README.md for Arch Linux While installing, I got an error: A required package is not installed. Please install the following package: iw Once the package is installed, please run "sudo ./install-driver.sh" I believe this should be noted in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe0a4bf..33c4d43 100644 --- a/README.md +++ b/README.md @@ -308,7 +308,7 @@ sudo xbps-install linux-headers dkms git make If using pacman ``` -sudo pacman -S --noconfirm linux-headers dkms git bc +sudo pacman -S --noconfirm linux-headers dkms git bc iw ``` Note: The following is needed if using Manjaro for RasPi4B.