Skip to content

Commit

Permalink
Merge pull request git-for-windows#454: README: fix winget instruct…
Browse files Browse the repository at this point in the history
…ions

By using the '--id' option, we get around any collisions that might happen
in the msstore. See microsoft/VFSForGit#1756 for a
similar resolution to this problem on that side.
  • Loading branch information
derrickstolee authored Oct 21, 2021
2 parents dd53e79 + e26ffda commit 92c5052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 92c5052

Please sign in to comment.