diff options
author | Saturneric <[email protected]> | 2021-06-23 18:00:11 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-23 18:00:11 +0000 |
commit | 2a3f9674934cd48a202391a55aa27936a6ca61c7 (patch) | |
tree | a9d35671bb9aca2bdf007d442604fe1984391b45 | |
parent | Update Document. (diff) | |
download | GpgFrontend-2a3f9674934cd48a202391a55aa27936a6ca61c7.tar.gz GpgFrontend-2a3f9674934cd48a202391a55aa27936a6ca61c7.zip |
Update Document.
-rw-r--r-- | README.md | 38 |
1 files changed, 32 insertions, 6 deletions
@@ -18,6 +18,9 @@ issued by you. Furthermore, it visualizes most of the common operations of gpg commands. It aims to allow ordinary users to quickly use gpg and make professional users more convenient. GpgFrontend supports new features of OpenPGP. + +[ >> Quick Start](#quick-start) + <div align="center"> <img width="640" src="https://github.com/saturneric/Blob/blob/master/screenshots/main_mac.jpg?raw=true" alt="macOS Screenshot"/> </div> @@ -36,9 +39,11 @@ gpg and make professional users more convenient. GpgFrontend supports new featur - [Features](#features) - [Usage](#usage) - - [Windows](#windows) - - [macOS](#macos) - - [Debian/Ubuntu/CentOS](#debianubuntucentos) + - [Quick Start](#quick-start) + - [How to Run it](#how-to-run-it) + - [Windows](#windows) + - [macOS](#macos) + - [Debian/Ubuntu/CentOS](#debianubuntucentos) - [Document](#document) - [Purpose](#purpose) - [Build](#build) @@ -57,7 +62,28 @@ gpg and make professional users more convenient. GpgFrontend supports new featur ## Usage -### Windows +### Quick Start + +### Fast encryption + +Encryption can be done in just a few clicks. + + + +### Fast Decryption + +I want to see what you wrote right away. + + + +### More Helpful Operation + +Read the animated pictures in the [Document](https://saturneric.github.io/GpgFrontend/index.html#/) to learn more +awesome operations. + +### How to Run it + +#### Windows 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 @@ -65,7 +91,7 @@ gpg and make professional users more convenient. GpgFrontend supports new featur 4. Unzip GpgFrontend 5. Double Click gpgfrontend.exe -### macOS +#### macOS 1. Install Homebrew [Here](https://brew.sh/) if you don't know it. 2. Install gnupg @@ -85,7 +111,7 @@ gpg and make professional users more convenient. GpgFrontend supports new featur % ./gpgfrontend ``` -### Debian/Ubuntu/CentOS +#### Debian/Ubuntu/CentOS 1. Install gnupg - For Debian/Ubuntu |