From a976d49d7d2907058f6d35788ebd30e0f2c61cda Mon Sep 17 00:00:00 2001 From: Vladimir Pouzanov Date: Wed, 29 Nov 2017 14:35:44 +0000 Subject: [PATCH] Fixed a typo in curl command invocation --- docs/drivers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/drivers.md b/docs/drivers.md index 2db7bc390b..00ad8f947f 100644 --- a/docs/drivers.md +++ b/docs/drivers.md @@ -48,7 +48,7 @@ It is built from the minikube source tree, and uses [moby/hyperkit](http://githu To install the hyperkit driver: ``` -curl -Lo https://storage.googleapis.com/minikube/releases/latest/docker-machine-driver-hyperkit && chmod +x docker-machine-driver-hyperkit && sudo mv docker-machine-driver-hyperkit /usr/local/bin/ && sudo chown root:wheel /usr/local/bin/docker-machine-driver-hyperkit && sudo chmod u+s /usr/local/bin/docker-machine-driver-hyperkit +curl -LO https://storage.googleapis.com/minikube/releases/latest/docker-machine-driver-hyperkit && chmod +x docker-machine-driver-hyperkit && sudo mv docker-machine-driver-hyperkit /usr/local/bin/ && sudo chown root:wheel /usr/local/bin/docker-machine-driver-hyperkit && sudo chmod u+s /usr/local/bin/docker-machine-driver-hyperkit ``` The hyperkit driver currently requires running as root to use the vmnet framework to setup networking.