Skip to content

Commit 89bfb76

Browse files
committed
docs: add supported Linux distributions to README.md
Update README.md to call out explicitly supported Linux distributions.
1 parent f5bd579 commit 89bfb76

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Git Credential Manager (GCM) replaces the .NET Framework-based [Git Credential M
1212

1313
## Current status
1414

15-
Git Credential Manager is currently available for Windows, macOS, and Linux. GCM only works with HTTP(S) remotes; you can still use Git with SSH:
15+
Git Credential Manager is currently available for Windows, macOS, and Linux\*. GCM only works with HTTP(S) remotes; you can still use Git with SSH:
1616

1717
- [Azure DevOps SSH](https://docs.microsoft.com/en-us/azure/devops/repos/git/use-ssh-keys-to-authenticate?view=azure-devops)
1818
- [GitHub SSH](https://help.github.com/en/articles/connecting-to-github-with-ssh)
1919
- [Bitbucket SSH](https://confluence.atlassian.com/bitbucket/ssh-keys-935365775.html)
2020

2121
Feature|Windows|macOS|Linux
2222
-|:-:|:-:|:-:
23-
Installer/uninstaller|✓|✓|✓\*
23+
Installer/uninstaller|✓|✓|✓
2424
Secure platform credential storage|&#10003;<br/>[(see more)](docs/credstores.md)|&#10003;<br/>[(see more)](docs/credstores.md)|&#10003;<br/>[(see more)](docs/credstores.md)
2525
Multi-factor authentication support for Azure DevOps|&#10003;|&#10003;|&#10003;
2626
Two-factor authentication support for GitHub|&#10003;|&#10003;|&#10003;
@@ -34,10 +34,11 @@ Proxy support|&#10003;|&#10003;|&#10003;
3434
`arm64` support|best effort|via Rosetta 2|best effort, no packages
3535
`armhf` support|_N/A_|_N/A_|best effort, no packages
3636

37-
**Notes:**
38-
39-
(\*) Fedora packages planned but not yet available.
37+
(\*) GCM guarantees support for the below Linux distributions. GCM maintainers also monitor and evaluate issues opened against other distributions to determine community interest/engagement and whether an emerging platform should become fully-supported.
4038

39+
- Debian/Ubuntu/Linux Mint
40+
- Fedora/CentOS/RHEL
41+
- Alpine
4142
## Download and Install
4243

4344
### macOS Homebrew

0 commit comments

Comments
 (0)