From 7cc5f1fefb54b39c8cb734714f905eae674a85b9 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sun, 20 Jun 2021 00:06:45 +0000 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file 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.