diff options
| author | Israel Augusto Moreira <[email protected]> | 2023-01-21 02:06:20 +0000 |
|---|---|---|
| committer | Israel Augusto Moreira <[email protected]> | 2023-01-21 02:06:20 +0000 |
| commit | ac3fe529a85e3b004acfa75eab8bf729c5015784 (patch) | |
| tree | 09b1a3beaae2b61a124141ff0884c1c87d8e7f2a /README.md | |
| parent | add kvm and dependencies install to readme (diff) | |
| download | docker-osx-ac3fe529a85e3b004acfa75eab8bf729c5015784.tar.xz docker-osx-ac3fe529a85e3b004acfa75eab8bf729c5015784.zip | |
fix wrong parameter
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |