From 462ce7c143f565160c4caed13b8903261a92f5c1 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Wed, 1 Apr 2020 21:09:33 +0200 Subject: [PATCH] Add basic makepkg instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4500c90..6f2f931 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,14 @@ Vulkan dev drivers : https://developer.nvidia.com/vulkan-driver Regular drivers : https://www.nvidia.com/object/unix.html + +``` +git clone https://github.com/Frogging-Family/nvidia-all.git +cd nvidia-all +makepkg -si +``` + + ## My DKMS driver installed with kernel X.1 doesn't work/build anymore after I upgraded to kernel X.2! Help! - Simply rebuild the packages so the script can detect your currently installed kernel(s) and patch your driver accordingly to fix compatibility issues.