Skip to content

Commit ca5b170

Browse files
committed
docs: update Homebrew install instructions
GCM has migrated from the microsoft/homebrew-git tap to the Homebrew/homebrew-cask tap. Updating the install instructions accordingly.
1 parent 72664df commit ca5b170

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/install.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,21 @@ you have installed this using Homebrew, this installation will be unlinked
1414
#### Install
1515

1616
```shell
17-
brew tap microsoft/git
18-
brew install --cask git-credential-manager-core
17+
brew install --cask git-credential-manager
1918
```
2019

2120
After installing you can stay up-to-date with new releases by running:
2221

2322
```shell
24-
brew upgrade git-credential-manager-core
23+
brew upgrade --cask git-credential-manager
2524
```
2625

2726
#### Uninstall
2827

2928
To uninstall, run the following:
3029

3130
```shell
32-
brew uninstall --cask git-credential-manager-core
31+
brew uninstall --cask git-credential-manager
3332
```
3433

3534
---

0 commit comments

Comments
 (0)