Skip to content

Commit

Permalink
Keep both sets of instructions
Browse files Browse the repository at this point in the history
Link to https://chocolatey.org/ and include manual instructions.
  • Loading branch information
awesley authored and dlorenc committed Jul 14, 2018
1 parent e42d5a1 commit 33fce13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,13 @@ curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/miniku
```

### Windows

Install with [Chocolatey](https://chocolatey.org/):
```shell
choco install minikube
```
Install manually: 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 Continuous Integration without VM Support
Example with kubectl installation:
Expand Down

0 comments on commit 33fce13

Please sign in to comment.