aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2021-06-20 00:06:45 +0000
committerGitHub2021-06-20 00:06:45 +0000
commit7cc5f1fefb54b39c8cb734714f905eae674a85b9 (patch)
treeccef4faaf0a19482d4f652ba011d4277d06edabe
parentcd677b2677ba9e55ac30f0afa9205e7cd931798b (diff)
Update README.md
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8f00b45..adcc1c7 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,10 @@ Make sure that your Linux kernel have support for your CPUs as Zenpower is using
For AMD family 17h Model 70h (Ryzen 3000) CPUs you need kernel version 5.3.4 or newer or kernel with this patch: https://patchwork.kernel.org/patch/11043277/
## Installation
-You can install this module via dkms.
+You can install this module via DKMS.
-### Installation commands for Ubuntu
-```
+### Installation for Ubuntu
+```sh
sudo apt install dkms git build-essential linux-headers-$(uname -r)
cd ~
git clone https://github.com/Ta180m/zenpower3.git
@@ -16,6 +16,9 @@ cd zenpower3
sudo make dkms-install
```
+### Installation for Arch
+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.