Skip to content

Commit

Permalink
docs: Add instruction how to install ytt using winget
Browse files Browse the repository at this point in the history
ytt 0.45.0 has been packaged for winget, see related
microsoft/winget-pkgs#99091

Signed-off-by: Mateusz Łoskot <[email protected]>
  • Loading branch information
mloskot committed Mar 10, 2023
1 parent 724c627 commit 3601245
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions site/content/ytt/docs/develop/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down

0 comments on commit 3601245

Please sign in to comment.