diff --git a/site/content/ytt/docs/develop/install.md b/site/content/ytt/docs/develop/install.md index dd0323db2..60cf0ade6 100644 --- a/site/content/ytt/docs/develop/install.md +++ b/site/content/ytt/docs/develop/install.md @@ -36,6 +36,17 @@ $ brew install ytt $ ytt version ``` +## Via winget (Windows) + +Install binaries using the [Windows Package Manager](https://learn.microsoft.com/en-us/windows/package-manager/winget/) +client in PowerShell or Command Prompt (*Run as Administrator* is [recommended](https://learn.microsoft.com/en-us/windows/package-manager/winget/#administrator-considerations)): + +```console +winget install --id Carvel.ytt +``` + +The `winget` will add `ytt` command to the `PATH`. + ## Specific version from a GitHub release To download, click on one of the assets in a [chosen GitHub release](https://github.com/vmware-tanzu/carvel-ytt/releases), for example for 'ytt-darwin-amd64'.