Typo
parent
806db584b9
commit
782fd55dbe
|
|
@ -23,7 +23,7 @@ curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/miniku
|
|||
### Windows
|
||||
Download the [minikube-windows-amd64.exe](https://storage.googleapis.com/minikube/releases/latest/minikube-windows-amd64.exe) file, rename it to `minikube.exe` and add it to your path
|
||||
|
||||
### Linux Continous Integration wih VM support
|
||||
### Linux Continous Integration with VM support
|
||||
Example with `kubectl` installation:
|
||||
```shell
|
||||
curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 && chmod +x minikube
|
||||
|
|
|
|||
Loading…
Reference in New Issue