From 9771c480d75900498c7b96ecf94da05096581c35 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Mon, 21 Mar 2022 13:32:45 +0100 Subject: [PATCH] README: add TLDR --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7a5ba79..97f713c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ Userland CPU frequency scheduling for OpenBSD +# TLDR + +- clone this repository +- as root `make install` +- as root `rcctl enable obsdfreqd` and `rcctl stop apmd ; rcctl disable apmd` +- as root `rcctl start obsdfreqd` +- apmd can be kept but not with flag `-A` +- most interesting flag for end users is `-T` + # Compilation As easy as `make`