diff options
| author | sickcodes <[email protected]> | 2023-01-23 18:11:32 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-23 18:11:32 +0000 |
| commit | bb1e9929163bc515dd06a68fd92a54f06140dd8d (patch) | |
| tree | 3e1fc546c6c455e0382598428d699fc5533fb3fb | |
| parent | Merge pull request #613 from Ygnys/fix-typos (diff) | |
| parent | fix wrong parameter (diff) | |
| download | docker-osx-bb1e9929163bc515dd06a68fd92a54f06140dd8d.tar.xz docker-osx-bb1e9929163bc515dd06a68fd92a54f06140dd8d.zip | |
Merge pull request #616 from raeldev/add-kvm-install-to-readme
Add kvm and dependencies install to readme
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -585,6 +585,8 @@ 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` 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. After installation, go into Settings and check these 2 boxes: |