diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 38 |
1 files changed, 18 insertions, 20 deletions
@@ -101,42 +101,40 @@ awesome operations. #### 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 -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`. +0. If you haven't installed gnupg, + please [Download](https://gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.3.1_20210420.exe) `gnupg-w32-******.exe` and + install it. +1. [Download GpgFrontend](https://github.com/saturneric/GpgFrontend/releases) Windows Edition from the latest release +2. Unzip `gpgfrontend-windows-latest-*******.zip` +3. Go into the directory and double click `GpgFrontend.exe`. #### macOS 0. If command `gpg` is not avaliable, please use homebrew to install it first. 1. [Download GpgFrontend](https://github.com/saturneric/GpgFrontend/releases) macOS edition from the latest release -2. Double-Click GpgFrontend.dmg to load it +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 +3. Double click and run it. If it satisfies you, you can drag it into your Application folder. (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 (If you have already followed please skip) +0. Install gnupg (If you have already followed please skip) - For Debian/Ubuntu ```shell $ sudo apt update $ sudo apt install gpg ``` - For CentOS - ```shell - $ sudo yum install gnupg - ``` -2. [Download GpgFrontend](https://github.com/saturneric/GpgFrontend/releases/latest) 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 - $ chmod u+x ./GpgFrontend-***.AppImage - ``` -5. Just double-click `GpgFrontend-***.AppImage` to run it. + ```shell + $ sudo yum install gnupg + ``` +1. [Download GpgFrontend](https://github.com/saturneric/GpgFrontend/releases) Linux edition from the latest release +2. Give `GpgFrontend-***.AppImage` permission to execute + ```shell + $ chmod u+x ./GpgFrontend-***.AppImage + ``` +3. Just double-click `GpgFrontend-***.AppImage` to run it. ## Document |