Update README.md

This commit is contained in:
notAperson535 2022-02-02 13:49:29 -05:00 committed by GitHub
parent 471666c323
commit 58ea721172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.