From 80a3812311663419fef1571b23229a46d38009b2 Mon Sep 17 00:00:00 2001 From: Eschryn <8217655+Eschryn@users.noreply.github.com> Date: Fri, 15 Oct 2021 11:16:23 +0200 Subject: [PATCH 1/2] "winget install microsoft-git" finds entries in msstore Adding the source parameter will make sure that the install command will actually install from winget --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index a05e3ad54..2f9401a51 100644 --- a/Readme.md +++ b/Readme.md @@ -29,7 +29,7 @@ To install, use [`winget`](https://github.com/microsoft/winget) to install the using: ``` -winget install microsoft-git +winget install -s winget microsoft-git winget install gvfs ``` From 96ea5d461935cec677c2a5aad669851a1eede82b Mon Sep 17 00:00:00 2001 From: Eschryn <8217655+Eschryn@users.noreply.github.com> Date: Fri, 15 Oct 2021 19:01:19 +0200 Subject: [PATCH 2/2] Update Readme.md --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 2f9401a51..10a28ca8d 100644 --- a/Readme.md +++ b/Readme.md @@ -29,8 +29,8 @@ To install, use [`winget`](https://github.com/microsoft/winget) to install the using: ``` -winget install -s winget microsoft-git -winget install gvfs +winget install --id Microsoft.Git +winget install --id Microsoft.VFSforGit ``` You will need to continue using the `microsoft/git` version of Git, and it