parent
27d8234d4b
commit
1014102e47
|
@ -26,7 +26,7 @@ Clone minikube:
|
|||
```shell
|
||||
$ git clone https://github.com/kubernetes/minikube.git
|
||||
```
|
||||
Build (cross complile for linux / OS X and Windows) using make:
|
||||
Build (cross compile for linux / OS X and Windows) using make:
|
||||
```shell
|
||||
$ cd minikube
|
||||
$ docker run --rm -v "$PWD":/go/src/k8s.io/minikube -w /go/src/k8s.io/minikube golang:stretch make cross
|
||||
|
|
Loading…
Reference in New Issue