VMs/README.md
2024-02-28 18:13:34 +01:00

18 lines
373 B
Markdown

# VMs
## HOW-TO
To start (or create) a VM, go in the desired folder and run
```console
$ ./run.sh
```
## USB passthrough
If you need USB passthrough, uncomment and fill in the corresponding line in
`run.sh`.
[You may need root privileges](https://wiki.archlinux.org/title/QEMU#Pass-through_host_USB_device).
## See also
<https://github.com/quickemu-project/quickemu>