From 4c11410885d93008f0baf0c6108db257d969e89a Mon Sep 17 00:00:00 2001 From: M Hickford Date: Mon, 8 Apr 2024 22:00:00 +0100 Subject: [PATCH] Add winget instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index be54a42..d5c8bca 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ The first time you authenticate, the helper opens a browser window to Microsoft ## Installation +### All platforms + **Download** binary from https://github.com/hickford/git-credential-azure/releases. Then test that Git can find the application: @@ -21,6 +23,12 @@ If you have problems, make sure that the binary is [located in the path](https:/ [![Packaging status](https://repology.org/badge/vertical-allrepos/git-credential-azure.svg?exclude_unsupported=1&header=)](https://repology.org/project/git-credential-azure/versions) +### Windows + +Install with [winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/): + + winget install hickford.git-credential-azure + ### Go users Go users can install the latest release to `~/go/bin` with: