Update README.md

To install qemu `apt-get update` has been needed
This commit is contained in:
David Pochobradský 2024-09-05 20:14:32 +02:00 committed by GitHub
parent 7c635c0d20
commit 42c6557c5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -561,6 +561,12 @@ Create your personal image using `:latest` or `big-sur`. Then, pull the image ou
## Initial setup ## Initial setup
Before you do anything else, you will need to turn on hardware virtualization in your BIOS. Precisely how will depend on your particular machine (and BIOS), but it should be straightforward. Before you do anything else, you will need to turn on hardware virtualization in your BIOS. Precisely how will depend on your particular machine (and BIOS), but it should be straightforward.
Depending on your installation, you might need to update package manager:
```bash
sudo apt-get update
```
Then, you'll need QEMU and some other dependencies on your host: Then, you'll need QEMU and some other dependencies on your host:
```bash ```bash