aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-24 16:51:18 +0000
committerSaturneric <[email protected]>2021-06-24 16:51:18 +0000
commitd2a59ee38729d7be8f9901cdc25a9c7392806c85 (patch)
tree16f673713ecfec00bd8d51bd028ad2fda91e6cea
parentUpdated Document; (diff)
downloadGpgFrontend-d2a59ee38729d7be8f9901cdc25a9c7392806c85.tar.gz
GpgFrontend-d2a59ee38729d7be8f9901cdc25a9c7392806c85.zip
Updated Document;
Diffstat (limited to '')
-rw-r--r--README.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/README.md b/README.md
index 8fd24532..850a8f73 100644
--- a/README.md
+++ b/README.md
@@ -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