From 950a5f43ba6ec0d2a0222f9953c95ca3aa3146e5 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 9 Jun 2024 14:32:17 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d220fa5..c14b523 100644 --- a/readme.md +++ b/readme.md @@ -13,7 +13,7 @@ QEMU in a docker container for running ARM-based virtual machines, for devices like the Raspberry Pi 5 and many others. -It uses high-performance QEMU options (like KVM acceleration, kernel-mode networking, IO threading, etc.) to achieve near-native speed. +It allows you to turn any operating system into a container and uses high-performance QEMU options (like KVM acceleration, kernel-mode networking, IO threading, etc.) to achieve near-native speed. Note: for KVM acceleration you need a Linux-based operating system, as it's not available on MacOS unfortunately.