aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-26 22:05:59 +0000
committerSaturneric <[email protected]>2021-06-26 22:05:59 +0000
commitab39d70e748e07fa99b089f9ab356e7438d9a61e (patch)
tree4b339df70627c7c609594f979b5036babc119178
parentUpdate release-ci.yml (diff)
downloadGpgFrontend-ab39d70e748e07fa99b089f9ab356e7438d9a61e.tar.gz
GpgFrontend-ab39d70e748e07fa99b089f9ab356e7438d9a61e.zip
Update Documents.
-rw-r--r--README.md36
1 files changed, 18 insertions, 18 deletions
diff --git a/README.md b/README.md
index c895bb90..e014b77d 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ the delivery process.**
#### Workflows Status:
-[![Build & Package](https://github.com/saturneric/GpgFrontend/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/saturneric/GpgFrontend/actions/workflows/cmake.yml)
+[![Build & Package](https://github.com/saturneric/GpgFrontend/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/saturneric/GpgFrontend/actions/workflows/release.yml)
---
@@ -60,8 +60,10 @@ the delivery process.**
- Can run on **Windows, Linux and macOS**.
- Open source, free, no need to install.
-- 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.
+- Just double-click, and then you can use it freely.
+- Supports multiple languages.
+ - If you are interested, you can help
+ me [translate the interface](https://saturneric.github.io/GpgFrontend/index.html#/translate-interface).
## Usage
@@ -88,23 +90,24 @@ awesome operations.
#### Windows
-1. [Download](https://gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.3.1_20210420.exe) gnupg-w32-******.exe
+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 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
+3. [Download GpgFrontend](https://github.com/saturneric/GpgFrontend/releases) Windows Edition from the latest release
+4. Unzip `gpgfrontend-windows-latest-*******.zip`
+5. Go into the directory and double click `GpgFrontend.exe`.
#### macOS
-1. [Download GpgFrontend](https://github.com/saturneric/GpgFrontend/releases) macOS edition from release
+1. [Download GpgFrontend](https://github.com/saturneric/GpgFrontend/releases) macOS edition from the latest release
2. Double-Click GpgFrontend.dmg to load it
+ - macOS will automatically decompress the zip file and then you will be able to see the dmg
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
-1. Install gnupg
+1. Install gnupg (If you have already followed please skip)
- For Debian/Ubuntu
```shell
$ sudo apt update
@@ -114,17 +117,14 @@ awesome operations.
```shell
$ sudo yum install gnupg
```
-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
+2. [Download GpgFrontend](https://github.com/saturneric/GpgFrontend/releases) Linux edition from the latest release
+3. Unzip gpgfrontend-ubuntu-16.04-*******.zip
+ - `ubuntu-16.04` shows that Linux distributions at the same time as 16.04 or later are supported.
+4. Give `GpgFrontend-***.AppImage` permission to execute
```shell
- $ cd gpgfrontend-ubuntu-latest-*******/
- $ chmod u+x GpgFrontend
- ```
-5. Just run it
- ```shell
- $ ./GpgFrontend
+ $ chmod u+x ./GpgFrontend-***.AppImage
```
+5. Just double-click `GpgFrontend-***.AppImage` to run it.
## Document