Skip to content

Commit c2f6826

Browse files
committed
docs: use short link for Linux install src
Use a short link for the Linux install from source script. Signed-off-by: Matthew John Cheetham <[email protected]>
1 parent 9b3bf45 commit c2f6826

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)