From e26ffdaaab18761edd2db7bf0128e637f71474cf Mon Sep 17 00:00:00 2001 From: Derrick Stolee Date: Thu, 21 Oct 2021 09:53:53 -0400 Subject: [PATCH] fixup! Adding readme for microsoft/git By using the '--id' option, we get around any collisions that might happen in the msstore. See https://github.com/microsoft/VFSForGit/pull/1756 for a similar resolution to this problem on that side. Signed-off-by: Derrick Stolee --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d89ab763a7859..dd05e151318354 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ since `winget` is available by default on preview versions of Windows. To install with Winget, run ```shell -winget install microsoft/git +winget install --id microsoft.git ``` Double-check that you have the right version by running these commands,