From ae5cacd3123ef4377fffc58a4d5fe2cd691aea4c Mon Sep 17 00:00:00 2001 From: Geetansh Jangid <96619060+Geetansh-Jangid@users.noreply.github.com> Date: Sat, 16 Aug 2025 16:18:55 +0530 Subject: [PATCH] Update README.md to make the copy paste flow more efficient since the amd and intel commands were merged together in a single code block, i had to manually copy it but this commit creates two different copy paste blocks for each cpu type removing the need for manually copying --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae8f30a..1f8c5bd 100644 --- a/README.md +++ b/README.md @@ -97,9 +97,12 @@ processors work just fine (even for macOS Sonoma). To make this change permanent, you may use the following command. Use `lscpu` if you are not sure. +* For Intel CPU ``` sudo cp kvm.conf /etc/modprobe.d/kvm.conf # for intel boxes only - + ``` +* For AMD CPU + ``` sudo cp kvm_amd.conf /etc/modprobe.d/kvm.conf # for amd boxes only ```