aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-12-22 10:30:36 +0000
committerSaturneric <[email protected]>2022-12-22 10:30:36 +0000
commit3cb623b07e50d9e95dace9966dc0337e72f57dc2 (patch)
treedfe994f28f0a6dee6151febf3b50f22adceab74e /manual
parentMerge pull request #70 from saturneric/dev/2.0.8/saturneric (diff)
parentfix: continue to solve ubuntu 18.04 build issues (diff)
downloadGpgFrontend-2.0.10.tar.gz
GpgFrontend-2.0.10.zip
fix: solve conflictsv2.0.10
Diffstat (limited to 'manual')
-rw-r--r--manual/contract.md4
-rw-r--r--manual/faq.md13
2 files changed, 13 insertions, 4 deletions
diff --git a/manual/contract.md b/manual/contract.md
index bb9de59b..3a91fd66 100644
--- a/manual/contract.md
+++ b/manual/contract.md
@@ -9,9 +9,9 @@ It is recommended to use plain text to contact me by email, but HTML is not reco
Name: Saturneric, Eric or Erich.
+Email: [[email protected]](mailto:[email protected]) (Hosted in the Federal Republic of Germany)
-Tips: BKTUS(Bakantu Union) is not a company, it is my personal domain name.
+Tips: BKTUS(Bakantu union us) is not a company, it is my personal domain name.
## Languages
diff --git a/manual/faq.md b/manual/faq.md
index b53c149a..5e09eb24 100644
--- a/manual/faq.md
+++ b/manual/faq.md
@@ -5,7 +5,7 @@
GpgFrontend is a cross-platform encryption tool that conforms to the OpenPGP standard. It is committed to making OpenPGP
easier to use, so that more people can use the tool to protect their privacy.
-## Relationship with OpenPGP(pgp) and Gnupg(gpg)?
+## Relationship between OpenPGP(pgp) and Gnupg(gpg)?
OpenPGP is a data encryption and decryption standard, and GpgFrontend supports it. GnuPG is a cryptographic software
used to encrypt, sign communication content and manage keys for asymmetric cryptography. It follows the OpenPGP
@@ -14,7 +14,7 @@ standard. GpgFrontend drives gnupg at runtime to implement operations such as en
## How to obtain and use GpgFrontend?
The various versions of GpgFrontend will be released in the GitHub repository, and you can find and download the latest
-version in Releases. After downloading, you can refer to the instructions in ReadME and you can start using it in just a
+version [HERE](https://www.gpgfrontend.pub/#/downloads). After downloading, you can refer to the instructions in ReadME and you can start using it in just a
few steps.
## I found some flaws in GpgFrontend, what should I do?
@@ -44,3 +44,12 @@ released, and release a stable version at an appropriate time.
But starting from 2.0.0, BETA versions will not be released unless there are special circumstances.
+## How to deal with 'ENV Loading Failed'?
+
+The reason for this problem is that GpgFrontend failed to find the GnuGP tool in your computer.
+
+- For macOS users, please install GnuPG for OSX [Here](https://sourceforge.net/p/gpgosx/docu/Download/).
+- For Linux users, please install gnupg through apt or yum.
+- For Windows users, GnuPG is now integrated in the latest version of GpgFrontend, we recommend you to download the
+ latest GpgFrontend.
+