diff options
| author | saturneric <[email protected]> | 2024-04-05 12:46:30 +0000 |
|---|---|---|
| committer | saturneric <[email protected]> | 2024-04-05 12:46:30 +0000 |
| commit | 69c4fc3fa98502e962477a21b7719b3b87bfcf84 (patch) | |
| tree | 7d97a682c16f2e0e4e10bd1ba5c12a17ef07a1b1 /src/content/docs/overview/downloads.md | |
| download | Manual-69c4fc3fa98502e962477a21b7719b3b87bfcf84.tar.gz Manual-69c4fc3fa98502e962477a21b7719b3b87bfcf84.zip | |
feat: initial commit
Diffstat (limited to 'src/content/docs/overview/downloads.md')
| -rw-r--r-- | src/content/docs/overview/downloads.md | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/src/content/docs/overview/downloads.md b/src/content/docs/overview/downloads.md new file mode 100644 index 0000000..f870a04 --- /dev/null +++ b/src/content/docs/overview/downloads.md @@ -0,0 +1,55 @@ +--- +title: Downloads +sidebar: + order: 3 +--- + + +GpgFrontend is available for download through multiple channels. For more +detailed instructions on installation and getting started, please refer to the +[Quick Start Manual](quick-start.md). + +--- + +## Download Options Across Platforms + +### GitHub Releases + +- **Latest Release Download**: Click the badge below to directly navigate to the + GitHub page for the latest release download. + + [](https://github.com/saturneric/GpgFrontend/releases/latest) + +### SourceForge + +- **SourceForge Download**: Access the download page on SourceForge through the + download button below. + + [](https://sourceforge.net/projects/gpgfrontend/files/latest/download) + +### Homebrew Cask + +- **Homebrew Cask**: Mac users can check the version information through the + badge below or install using the command line. + + [](https://formulae.brew.sh/cask/gpgfrontend) + + Install command: + + ``` + brew install --cask gpgfrontend + ``` + +### Flatpak + +- **Flatpak Installation**: Linux users can click the image below to navigate to + the Flathub page for installation. + + [](https://flathub.org/apps/com.bktus.gpgfrontend) + +### Microsoft Store + +- **Microsoft Store Download**: Windows users can visit the application store + page through the Microsoft Store badge below. + + <ms-store-badge productid="9NH716MQK2B5"></ms-store-badge> |
