README: add TLDR

This commit is contained in:
Solene Rapenne 2022-03-21 13:32:45 +01:00
parent 6ff783beef
commit 9771c480d7
1 changed files with 9 additions and 0 deletions

View File

@ -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`