Skip to content

Commit

Permalink
add info for udev rules
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiznokes committed Apr 25, 2024
1 parent b1c30d9 commit 77cb45d
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 1,579 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ To have the maximum number of sensors detected by the application, you must
- Debian: `sudo apt install lm-sensors`
- Fedora: `sudo dnf install lm_sensors`
2. run the hardware detection script: `sudo sensors-detect`
3. [install udev rules](./resource/linux/udev_rules.md)
4. install the app from [flathub]()

Also, make sure to run the application with sudo. (running in user mode is [planned](https://wiki.archlinux.org/title/udev))

The configuration file will be in [`~/.config/fan-control`](file://~/.config/fan-control) or [`/root/.config/fan-control`](file:///root/.config/fan-control).
The configuration file will be in [`~/.var/app/io.github.wiiznokes.fan-control/config/fan-control/`](file://~/.var/app/io.github.wiiznokes.fan-control/config/fan-control/).

</details>

Expand Down
File renamed without changes.
Loading

0 comments on commit 77cb45d

Please sign in to comment.