Update winget reference url and capitalization

This commit is contained in:
Gentoli 2022-12-08 03:45:16 -05:00
parent 0b0c6a813a
commit 124b709ef7
No known key found for this signature in database
GPG Key ID: B9DDF0E2B6EDD1A0
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ Using the latest compatible version of kubectl helps avoid unforeseen issues.
The following methods exist for installing kubectl on Windows:
- [Install kubectl binary with curl on Windows](#install-kubectl-binary-with-curl-on-windows)
- [Install on Windows using Chocolatey, Scoop, or Winget](#install-nonstandard-package-tools)
- [Install on Windows using Chocolatey, Scoop, or winget](#install-nonstandard-package-tools)
### Install kubectl binary with curl on Windows
@ -77,9 +77,9 @@ The following methods exist for installing kubectl on Windows:
If you have installed Docker Desktop before, you may need to place your `PATH` entry before the one added by the Docker Desktop installer or remove the Docker Desktop's `kubectl`.
{{< /note >}}
### Install on Windows using Chocolatey, Scoop, or Winget {#install-nonstandard-package-tools}
### Install on Windows using Chocolatey, Scoop, or winget {#install-nonstandard-package-tools}
1. To install kubectl on Windows you can use either [Chocolatey](https://chocolatey.org) package manager, [Scoop](https://scoop.sh) command-line installer, or [Winget](https://winget.run/) package manager.
1. To install kubectl on Windows you can use either [Chocolatey](https://chocolatey.org) package manager, [Scoop](https://scoop.sh) command-line installer, or [winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/) package manager.
{{< tabs name="kubectl_win_install" >}}
{{% tab name="choco" %}}