From c99e89a124cafdff9bb4ec507c4487cd69f41a89 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Sun, 1 Mar 2020 20:39:35 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3c048e2..642ff89 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,21 @@ -## PyFAN +# PyFAN 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 +## Installation +### Archlinux [AUR package](https://aur.archlinux.org/packages/pyfan/) -## Other +### Other Put pyfan.py into /usr/local/sbin and give it +x. -# Usage +## Usage Put your config in /etc/pyfan (see example config) and enable pyfan as a service (see example service file). -# Finding your fans +## Finding your fans > It is recommended to use pwmconfig from lm_sensors to detect your fans.