Correction in KVM2 installation instructions

The /usr/bin/ folder should not be cluttered with manually installed binaries. Those should be installed in /usr/local/bin/ instead, just as the kubectl and minikube binaries.
pull/2714/head
Volkert de Buisonjé 2018-04-11 16:52:39 +02:00 committed by dlorenc
parent 53bacff4b4
commit 1bfb9f334b
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ $ newgrp libvirt
Then install the driver itself:
```shell
curl -LO https://storage.googleapis.com/minikube/releases/latest/docker-machine-driver-kvm2 && chmod +x docker-machine-driver-kvm2 && sudo mv docker-machine-driver-kvm2 /usr/bin/
curl -LO https://storage.googleapis.com/minikube/releases/latest/docker-machine-driver-kvm2 && chmod +x docker-machine-driver-kvm2 && sudo mv docker-machine-driver-kvm2 /usr/local/bin/
```
To use the driver you would do: