From 42c6557c5f6a5acf11c024593a110becf76be5df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pochobradsk=C3=BD?= <85374216+davidpochobradsky@users.noreply.github.com> Date: Thu, 5 Sep 2024 20:14:32 +0200 Subject: [PATCH] Update README.md To install qemu `apt-get update` has been needed --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d2bc22b..d43ebf4 100644 --- a/README.md +++ b/README.md @@ -561,6 +561,12 @@ Create your personal image using `:latest` or `big-sur`. Then, pull the image ou ## 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. +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: ```bash