From 28036da9aa3999f091a0b1060301da096bf6d458 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 6 May 2019 09:42:57 +0100 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7598bf2..21b4a97 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,9 @@ Provides a Linux kernel module "asus_wmi_sensors" that provides sensor readouts ## How to install -Ensure you have lm_sensors, DKMS, kernel sources, GCC etc installed. Kernel version 4.12 or later is required. If you have built your own kernel, it must have been built with CONFIG_HWMON (found under Device Drivers) and CONFIG_ACPI_WMI (found under Device Drivers -> X86 Platform Specific Device Drivers) enabled. It is not necessary to have built the "ASUS WMI Driver" (CONFIG_ASUS_WMI) module. +Ensure you have lm_sensors, DKMS, kernel sources, GCC etc installed. Kernel version 4.12 or later is required. + +If you have built your own kernel, it must have been built with CONFIG_HWMON (found under Device Drivers) and CONFIG_ACPI_WMI (found under Device Drivers -> X86 Platform Specific Device Drivers) enabled. It is not necessary to have built the "ASUS WMI Driver" (CONFIG_ASUS_WMI) module. ### Arch Linux Available as an AUR package - https://aur.archlinux.org/packages/asus-wmi-sensors-dkms-git/