Skip to content
Snippets Groups Projects
Commit 66529627 authored by Florent Gluck's avatar Florent Gluck
Browse files

README.md update

parent 9a74c436
Branches
No related tags found
No related merge requests found
......@@ -829,14 +829,11 @@ Here is a real-world example that defines three USB redirections that forbid eve
```
make
```
1. Install QEMU to the destination directory, e.g. `/usr/local/qemu`:
1. Install QEMU system-wide into `/usr/local/bin`:
```
sudo mkdir -p /usr/local/qemu
sudo cp -r pc-bios /usr/local/qemu/
sudo cp build/qemu-system-x86_64 /usr/local/qemu
make install
```
<!--
### HOWTO: Exporting a VM disk image
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment