From aae78749774ed98d4c237a7b511bab71bb02f3dd Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Fri, 21 Aug 2020 10:17:50 +0200 Subject: [PATCH] Update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dd31be..436052f 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,16 @@ Vulkan dev drivers : https://developer.nvidia.com/vulkan-driver Regular drivers : https://www.nvidia.com/object/unix.html - +## How to run the installer ``` git clone https://github.com/Frogging-Family/nvidia-all.git cd nvidia-all makepkg -si ``` +Then follow the prompts. + +# DKMS or regular? +DKMS is recommended as it allows for automatic module rebuilding on kernel updates. As long as you're on the same major version (5.8.x for example), you won't need to regenerate the packages on updates, which is a huge QoL feature. Regular modules can also be problematic on Manjaro due to differences in kernel hooking mechanisms compared to Arch. So if in doubt, go DKMS. ## My DKMS driver installed with kernel X.1 doesn't work/build anymore after I upgraded to kernel X.2! Help!