We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 093aa0f + c2f6826 commit 7c3a844Copy full SHA for 7c3a844
README.md
@@ -163,8 +163,8 @@ rm $(command -v git-credential-manager-core)
163
1. Download and run the script:
164
165
```shell
166
- curl -LO https://raw.githubusercontent.com/GitCredentialManager/git-credential-manager/main/src/linux/Packaging.Linux/install-from-source.sh &&
167
- sh ./install-from-source.sh &&
+ curl -LO https://aka.ms/gcm/linux-install-source.sh &&
+ sh ./linux-install-source.sh &&
168
git-credential-manager-core configure
169
```
170
0 commit comments