Rephrased and rearranged the chocolatey section

Added a note on Windows support
Removed bullets and used paragraph
Rephrased statements
pull/12163/head
rajdevworks 2021-08-09 21:32:48 -05:00 committed by GitHub
parent 5e4f5d435e
commit e4ce399a6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 5 deletions

View File

@ -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.