diff options
author | saturneric <[email protected]> | 2024-12-16 20:10:51 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-12-16 20:10:51 +0000 |
commit | 027a810cfa8121e6720ef46c674415d55600b208 (patch) | |
tree | e43947ffe6c55bc0a45ca149d0a781e0449b48a7 /src | |
parent | fix: remove download source of source forge (diff) | |
download | Manual-027a810cfa8121e6720ef46c674415d55600b208.tar.gz Manual-027a810cfa8121e6720ef46c674415d55600b208.zip |
feat: add winget at download page
Diffstat (limited to 'src')
-rw-r--r-- | src/content/docs/overview/downloads.md | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/src/content/docs/overview/downloads.md b/src/content/docs/overview/downloads.md index d164b34..ea2c903 100644 --- a/src/content/docs/overview/downloads.md +++ b/src/content/docs/overview/downloads.md @@ -10,6 +10,8 @@ detailed instructions on installation and getting started, please refer to the ## Download Options Across Platforms +[](https://repology.org/project/gpgfrontend/versions) + ### GitHub Releases - **Stable Release**: Click the badge below to directly navigate to the @@ -45,11 +47,21 @@ detailed instructions on installation and getting started, please refer to the [](https://flathub.org/apps/com.bktus.gpgfrontend) -### Microsoft Store +### Windows + +- **WinGet Package**: Windows users can also install GpgFrontend through the Windows Package Manager (WinGet). Check the version information through the badge below or install using the command line. + + [](https://repology.org/project/gpgfrontend/versions) + + Install command: + + ``` + winget install Saturneric.GpgFrontend + ``` - **Microsoft Store Download**: Windows users can visit the application store page through the Microsoft Store badge below. -<a href="https://apps.microsoft.com/detail/9nh716mqk2b5"> - <img src="https://get.microsoft.com/images/en-us%20dark.svg" width="200"/> -</a> + <a href="https://apps.microsoft.com/detail/9nh716mqk2b5"> + <img src="https://get.microsoft.com/images/en-us%20dark.svg" width="200"/> + </a> |