aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2021-12-16 11:40:25 -0600
committerAnthony Wang2021-12-16 11:40:25 -0600
commit318d591b12dea4e20caa5ab1aa192672ada804b4 (patch)
tree3c2b37c06e27e8295fed6e61fb37e1cf8dec1e06
parent3773f2a7b2e905279c607e3d5dbe197c57b8755f (diff)
Update README to point to zenmonitor3
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index adcc1c7..759fe5d 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ sudo make dkms-install
You can install the [AUR package](https://aur.archlinux.org/packages/zenpower3-dkms/).
## Module activation
-Because zenpower is using same PCI device as k10temp, you have to disable k10temp first.
+Because zenpower is using same PCI device as k10temp, you have to disable k10temp first. This is automatically done by the AUR package.
1. Check if k10temp is active. `lsmod | grep k10temp`
2. Unload k10temp `sudo modprobe -r k10temp`
@@ -30,7 +30,7 @@ Because zenpower is using same PCI device as k10temp, you have to disable k10tem
*If k10temp is not blacklisted, you may have to manually unload k10temp after each restart.
## Sensors monitoring
-You can use this app: [zenmonitor](https://github.com/ocerman/zenmonitor), or your favourie sensors monitoring software
+You can use the `sensors` command, [zenmonitor3](https://github.com/Ta180m/zenmonitor3), or your favorite sensors monitoring software.
## Update instructions
1. Unload zenpower `sudo modprobe -r zenpower`