Skip to content

Commit 7c3a844

Browse files
authored
Merge pull request #892 from GitCredentialManager/mjcheetham/linux-install-link
docs: use short link for Linux install src
2 parents 093aa0f + c2f6826 commit 7c3a844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ rm $(command -v git-credential-manager-core)
163163
1. Download and run the script:
164164

165165
```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 &&
166+
curl -LO https://aka.ms/gcm/linux-install-source.sh &&
167+
sh ./linux-install-source.sh &&
168168
git-credential-manager-core configure
169169
```
170170

0 commit comments

Comments
 (0)