aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-23 18:00:11 +0000
committerSaturneric <[email protected]>2021-06-23 18:00:11 +0000
commit2a3f9674934cd48a202391a55aa27936a6ca61c7 (patch)
treea9d35671bb9aca2bdf007d442604fe1984391b45
parentUpdate Document. (diff)
downloadGpgFrontend-2a3f9674934cd48a202391a55aa27936a6ca61c7.tar.gz
GpgFrontend-2a3f9674934cd48a202391a55aa27936a6ca61c7.zip
Update Document.
-rw-r--r--README.md38
1 files changed, 32 insertions, 6 deletions
diff --git a/README.md b/README.md
index cea4e781..1568b558 100644
--- a/README.md
+++ b/README.md
@@ -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.
+
+![GIF](https://github.com/saturneric/Blob/blob/master/gif/encrypt.gif?raw=true)
+
+### Fast Decryption
+
+I want to see what you wrote right away.
+
+![GIF](https://github.com/saturneric/Blob/blob/master/gif/decrypt.gif?raw=true)
+
+### 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