From cc4a9ae226189e0c323bde684d5c9f8317c8f31f Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Sun, 1 Mar 2020 20:34:31 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0005deb..3c048e2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ This python script utilizes linux's hwmon interface and a PID controller for fan controlling. No external dependencies besides simple_pid and PyYAML are needed. +# Installation +## Archlinux + +[AUR package](https://aur.archlinux.org/packages/pyfan/) + +## Other + +Put pyfan.py into /usr/local/sbin and give it +x. + # Usage Put your config in /etc/pyfan (see example config) and enable pyfan as a service (see example service file).