diff --git a/docs/drivers.md b/docs/drivers.md index cb05423ff7d9e7ea3d4b713de2fd49b9d1eb1976..853bc411d848176193c09d68dbb16a0ccb56e34c 100644 --- a/docs/drivers.md +++ b/docs/drivers.md @@ -87,7 +87,7 @@ To install the hyperkit driver: ```shell curl -LO https://storage.googleapis.com/minikube/releases/latest/docker-machine-driver-hyperkit \ -&& sudo install -o root -g root -m 4755 docker-machine-driver-hyperkit /usr/local/bin/ +&& sudo install -o root -g wheel -m 4755 docker-machine-driver-hyperkit /usr/local/bin/ ``` The hyperkit driver currently requires running as root to use the vmnet framework to setup networking.