diff options
-rw-r--r-- | README.md | 38 | ||||
-rw-r--r-- | README_CN.md | 23 |
2 files changed, 28 insertions, 33 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 diff --git a/README_CN.md b/README_CN.md index 43d7370f..e86a62e3 100644 --- a/README_CN.md +++ b/README_CN.md @@ -90,17 +90,16 @@ GpgFrontend 是一个易于使用、小巧、跨平台和免安装的 [OpenPGP]( #### Windows -1. [下载](https://gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.3.1_20210420.exe) gnupg-w32-**\*\***.exe -2. 双击安装 -3. [下载 GpgFrontend](https://github.com/saturneric/GpgFrontend/releases) Windows Edition from release -4. 解压 gpgfrontend-windows-latest-**\*\*\***.zip -5. 进入目录,双击运行 GpgFrontend.exe +0. 如果你还没有安装gnupg,请 [下载](https://gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.3.1_20210420.exe) gnupg-w32-**\*\***.exe 并双击安装 +1. [下载 GpgFrontend](https://github.com/saturneric/GpgFrontend/releases) Windows Edition from release +2. 解压 gpgfrontend-windows-latest-**\*\*\***.zip +3. 进入目录,双击运行 GpgFrontend.exe #### macOS 0. 如果命令 `gpg` 不可用,请先用 Homebrew 安装它. 1. [下载 GpgFrontend](https://github.com/saturneric/GpgFrontend/releases) macOS edition from release -2. 双击并加载 GpgFrontend.dmg +2. 双击并加载 GpgFrontend-***.dmg 3. 双击并运行 (由于 macOS 的安全策略,在真正能运行前请遵照系统说明). 4. 如果你满意的话,可以将本软件复制到 Application 文件夹. @@ -118,13 +117,11 @@ GpgFrontend 是一个易于使用、小巧、跨平台和免安装的 [OpenPGP]( $ sudo yum install gnupg ``` 2. [下载 GpgFrontend](https://github.com/saturneric/GpgFrontend/releases) Linux edition from the latest release -3. 解压 gpgfrontend-ubuntu-16.04-**\*\*\***.zip - - `ubuntu-16.04` 说明 ubuntu 16.04 及其同时期与后来的 Linux 发行版都可以正常运行。 -4. 赋予 `GpgFrontend-***.AppImage` 执行权限 - ```shell - $ chmod u+x ./GpgFrontend-***.AppImage - ``` -5. 双击运行 `GpgFrontend-***.AppImage`. +3. 赋予 `GpgFrontend-***.AppImage` 执行权限 + ```shell + $ chmod u+x ./GpgFrontend-***.AppImage + ``` +4. 双击运行 `GpgFrontend-***.AppImage`. ## 文档 |