From b0a3e6e4f7dd2d34d533ebb7506eb5139552809f Mon Sep 17 00:00:00 2001 From: Igor Moura Date: Thu, 15 Apr 2021 14:46:32 -0300 Subject: [PATCH] refactor: keep max line lenght at 80 for readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4b6181..e869683 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,10 @@ a software limitation for those GPUs. This tool aims to remove this limitation. ### Easy patch: -In the following instructions, it's assumed that you have the `vgpu_unlock` folder under `/opt/`. As in, the file `vgpu_unlock_hooks.c` should be located at `/opt/vgpu_unlock/vgpu_unlock_hooks.c`. If that's not the case, then proceed with the manual installation below. +In the following instructions, it's assumed that you have the `vgpu_unlock` +folder under `/opt/`. As in, the file `vgpu_unlock_hooks.c` should be located +at `/opt/vgpu_unlock/vgpu_unlock_hooks.c`. If that's not the case, then +proceed with the manual installation below. - Make sure that both the NVIDIA vGPU-KVM driver installer (the `.run` file) and the `vgpu_unlock.patch` are in the same folder. - Apply the patch with `sh NVIDIA-INSTALLER.run --apply-patch vgpu_unlock.patch`. This should create a new file ending with `-custom.run`.