From 58ea7211729e6c949bdf0647309a58af728066c8 Mon Sep 17 00:00:00 2001 From: notAperson535 <95918679+notAperson535@users.noreply.github.com> Date: Wed, 2 Feb 2022 13:49:29 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ecbfc6..cca2abc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Once installed, run `./basic.sh` to boot up the VM again. Do not run `./setup.sh ## You're done! -If the mouse is not aligned properly, edit the basic.sh file and change `-usb -device usb-kbd -device usb-tablet \` to `-usb -device usb-kbd -device usb-mouse \` +If the mouse is not aligned properly, edit the basic.sh file and change `-usb -device usb-kbd -device usb-tablet \` to `-usb -device usb-kbd -device usb-mouse \` or the other way around If you get an error that says access denied, run `sudo ./basic.sh` which will give it admin privelages. @@ -92,7 +92,7 @@ HEADLESS=1 MEM=1G CPUS=2 SYSTEM_DISK=MyDisk.qcow2 ./headless.sh ## You're done! -If the mouse is not aligned properly, edit the basic.sh file and change `-usb -device usb-kbd -device usb-tablet \` to `-usb -device usb-kbd -device usb-mouse \` +If the mouse is not aligned properly, edit the basic.sh file and change `-usb -device usb-kbd -device usb-tablet \` to `-usb -device usb-kbd -device usb-mouse \` or the other way around If you get an error that says access denied, run `sudo ./basic.sh` which will give it admin privelages.