Skip to content

Commit

Permalink
Add chocolatey installation instructions (#299)
Browse files Browse the repository at this point in the history
* add choco installation

* change heading to chocolatey
  • Loading branch information
moredatapls authored Jun 29, 2023
1 parent 1926f56 commit 3a48911
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/book/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,16 @@ From Powershell:
scoop install kubectl azure-kubelogin
```

### Using chocolatey

This package is not maintained by Microsoft.

From Powershell:

```powershell
choco install kubernetes-cli azure-kubelogin
```

### Using azure cli

From Powershell:
Expand Down

0 comments on commit 3a48911

Please sign in to comment.