aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-26 00:50:07 +0000
committerSaturneric <[email protected]>2021-06-26 00:50:07 +0000
commit53e1f0f9e3a9aac5aaf4420bfb855dd59affb5bc (patch)
tree2482c457ee33b04a7357c8f4d66aec439e16a307
parentReply and save work. (diff)
downloadGpgFrontend-53e1f0f9e3a9aac5aaf4420bfb855dd59affb5bc.tar.gz
GpgFrontend-53e1f0f9e3a9aac5aaf4420bfb855dd59affb5bc.zip
Reply work.
Diffstat (limited to '')
-rw-r--r--README.md48
1 files changed, 15 insertions, 33 deletions
diff --git a/README.md b/README.md
index a03dc4af..ebc15fbc 100644
--- a/README.md
+++ b/README.md
@@ -59,13 +59,8 @@ the delivery process.**
## Features
- Can run on **Windows, Linux and macOS**.
-
- Open source, free, no need to install.
-
-- 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.
-
+- For Windows and macOS user, just double-click, and then you can use it freely.
- Supports multiple languages. Don’t forget to help me translate this software.
## Usage
@@ -95,29 +90,17 @@ awesome operations.
1. [Download](https://gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.3.1_20210420.exe) gnupg-w32-******.exe
2. Double Click it to install it
-3. [Download](https://github.com/saturneric/GpgFrontend/releases) GpgFrontend Windows Edition
+3. [Download GpgFrontend](https://github.com/saturneric/GpgFrontend/releases) Windows Edition from release
4. Unzip gpgfrontend-windows-latest-*******.zip
-5. Go into the directory and double click gpgfrontend.exe
+5. Go into the directory and double click GpgFrontend.exe
#### macOS
-1. Install Homebrew [Here](https://brew.sh/) if you don't know it.
-2. Install gnupg
- ```shell
- % brew update
- % brew install gnupg qt@5 gpgme
- ```
-3. [Download](https://github.com/saturneric/GpgFrontend/releases) GpgFrontend macOS Edition
-4. Unzip GpgFrontend
-5. Get into folder and Give gpgfrontend permission to execute
- ```shell
- % cd gpgfrontend-macos-latest-*******/
- % chmod u+x gpgfrontend
- ```
-6. Just run it
- ```shell
- % ./gpgfrontend
- ```
+1. [Download GpgFrontend](https://github.com/saturneric/GpgFrontend/releases) macOS edition from release
+2. Double-Click GpgFrontend.dmg to load it
+3. Double click and run it
+ (due to macOS security policy, you may need a little more step).
+4. If it satisfies you, you can drag it into your Application folder.
#### Debian/Ubuntu/CentOS
@@ -125,22 +108,22 @@ awesome operations.
- For Debian/Ubuntu
```shell
$ sudo apt update
- $ sudo apt install gpg libgpgme11 qt-default
+ $ sudo apt install gpg qt-default
```
- For CentOS
```shell
- $ sudo yum install gnupg gpgme qt5-qtbase
+ $ sudo yum install gnupg qt5-qtbase
```
-2. [Download](https://github.com/saturneric/GpgFrontend/releases) GpgFrontend Linux Edition
-3. Unzip GpgFrontend
+2. [Download GpgFrontend](https://github.com/saturneric/GpgFrontend/releases) Linux edition from release
+3. Unzip gpgfrontend-ubuntu-latest-*******.zip
4. Get into folder and Give gpgfrontend permission to execute
```shell
$ cd gpgfrontend-ubuntu-latest-*******/
- $ chmod u+x gpgfrontend
+ $ chmod u+x GpgFrontend
```
5. Just run it
```shell
- $ ./gpgfrontend
+ $ ./GpgFrontend
```
## Document
@@ -199,5 +182,4 @@ mingw-w64: http://mingw-w64.org/doku.php
The icons of this software use materials from Alibaba vector icon library. The Alibaba vector icon library is free to
use. The icons in the free library aren't registered as trademarks. There is no copyright issue involved and can be used
-commercially.
-
+commercially. \ No newline at end of file