Rephrased and rearranged the chocolatey section
Added a note on Windows support Removed bullets and used paragraph Rephrased statementspull/12163/head
parent
5e4f5d435e
commit
e4ce399a6f
|
@ -5,8 +5,14 @@ linkTitle: "Managing External Packages"
|
|||
|
||||
## Managing External Packages
|
||||
|
||||
### Chocolatey
|
||||
* It is a software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages.
|
||||
* View Minikube package on Chocolatey [here](https://community.chocolatey.org/packages/Minikube/).
|
||||
* View current status of the Chocolatey pacakge [here](https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f).
|
||||
* View the update script [here](https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/minikube).
|
||||
### Chocolatey (Windows)
|
||||
It is a software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages. Use Chocolatey to install Minikube on Windows. The following links provide details necessary to install, get status, and update to the latest minikube chocolatey package on windows.
|
||||
|
||||
|
||||
Minikube package on Chocolatey community - [Install, Upgrade and Uninstall](https://community.chocolatey.org/packages/Minikube/).
|
||||
|
||||
Get the [current status](https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f) of the Chocolatey pacakge .
|
||||
|
||||
Minikube Chocolatey update script on [Github](https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/minikube).
|
||||
|
||||
#### Note: Windows support is limited to 64bit systems.
|
||||
|
|
Loading…
Reference in New Issue