Skip to content

Commit

Permalink
Fixed list numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
goostleek committed Jan 24, 2019
1 parent ab32ac5 commit 5325c96
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions content/en/docs/tasks/tools/install-kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,25 +127,24 @@ If you are on Windows and using [Powershell Gallery](https://www.powershellgalle
To install kubectl on Windows you can use either [Chocolatey](https://chocolatey.org) package manager or [scoop](https://scoop.sh) command-line installer.
1. Run the installation command:
{{< tabs name="kubectl_win_install" >}}
{{% tab name="choco" %}}
choco install kubernetes-cli
{{% /tab %}}
{{% tab name="scoop" %}}
scoop install kubectl
{{% /tab %}}
{{< /tabs >}}
2. Test to ensure the version you installed is sufficiently up-to-date:
```
kubectl version
```
3. Navigate to your home directory:
```
Expand Down

0 comments on commit 5325c96

Please sign in to comment.