From e4ce399a6f3b8a09323da3b304132d21ff5dfba1 Mon Sep 17 00:00:00 2001 From: rajdevworks <57292575+rajdevworks@users.noreply.github.com> Date: Mon, 9 Aug 2021 21:32:48 -0500 Subject: [PATCH] Rephrased and rearranged the chocolatey section Added a note on Windows support Removed bullets and used paragraph Rephrased statements --- .../en/docs/contrib/external-packages.en.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/site/content/en/docs/contrib/external-packages.en.md b/site/content/en/docs/contrib/external-packages.en.md index fab9b2c4c6..d3b75210bc 100644 --- a/site/content/en/docs/contrib/external-packages.en.md +++ b/site/content/en/docs/contrib/external-packages.en.md @@ -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.