diff options
author | Saturneric <[email protected]> | 2021-06-24 16:51:18 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-24 16:51:18 +0000 |
commit | d2a59ee38729d7be8f9901cdc25a9c7392806c85 (patch) | |
tree | 16f673713ecfec00bd8d51bd028ad2fda91e6cea | |
parent | Updated Document; (diff) | |
download | GpgFrontend-d2a59ee38729d7be8f9901cdc25a9c7392806c85.tar.gz GpgFrontend-d2a59ee38729d7be8f9901cdc25a9c7392806c85.zip |
Updated Document;
Diffstat (limited to '')
-rw-r--r-- | README.md | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -59,9 +59,13 @@ the delivery process.** ## Features - Can run on **Windows, Linux and macOS**. + - Open source, free, no need to install. -- Just double-click, and then you can use it freely. -- Before use, you only need to install [gnupg](https://gnupg.org/). A tiny GNU tool. + +- For Windows user, just double-click, and then you can use it freely. + +- For macOS and Linux user, just type few command before running it. + - Supports multiple languages. Don’t forget to help me translate this software. ## Usage @@ -101,7 +105,7 @@ awesome operations. 2. Install gnupg ```shell % brew update - % brew install gnupg + % brew install gnupg qt@5 gpgme ``` 3. [Download](https://github.com/saturneric/GpgFrontend/releases) GpgFrontend macOS Edition 4. Unzip GpgFrontend @@ -121,11 +125,11 @@ awesome operations. - For Debian/Ubuntu ```shell $ sudo apt update - $ sudo apt install gpg + $ sudo apt install gpg libgpgme11 qt-default ``` - For CentOS ```shell - $ sudo yum install gnupg + $ sudo yum install gnupg gpgme qt5-qtbase ``` 2. [Download](https://github.com/saturneric/GpgFrontend/releases) GpgFrontend Linux Edition 3. Unzip GpgFrontend |