From ac3fe529a85e3b004acfa75eab8bf729c5015784 Mon Sep 17 00:00:00 2001 From: Israel Augusto Moreira Date: Sat, 21 Jan 2023 02:06:20 +0000 Subject: [PATCH] fix wrong parameter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e001b6..ac28cbf 100644 --- a/README.md +++ b/README.md @@ -585,7 +585,7 @@ INFO: /dev/kvm exists KVM acceleration can be used ``` -Use the command `sudo apt -y install bridge-utils cpu-checker libvirt-clients libvirt-daemon qemu qemu-kvm --fix-missing` to install it if it isn't. +Use the command `sudo apt -y install bridge-utils cpu-checker libvirt-clients libvirt-daemon qemu qemu-kvm` to install it if it isn't. Now download and install [Docker for Windows](https://docs.docker.com/desktop/windows/install/) if it is not already installed.