diff options
-rw-r--r-- | README.md | 15 | ||||
-rw-r--r-- | README_CN.md | 8 |
2 files changed, 9 insertions, 14 deletions
@@ -112,15 +112,14 @@ awesome operations. 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 @@ -130,14 +129,12 @@ awesome operations. ```shell $ sudo yum install gnupg ``` -2. [Download GpgFrontend](https://github.com/saturneric/GpgFrontend/releases) 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 +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 ``` -5. Just double-click `GpgFrontend-***.AppImage` to run it. +3. Just double-click `GpgFrontend-***.AppImage` to run it. ## Document diff --git a/README_CN.md b/README_CN.md index befbc444..9351c0a0 100644 --- a/README_CN.md +++ b/README_CN.md @@ -101,7 +101,7 @@ GpgFrontend 是一个易于使用、小巧、跨平台和免安装的 [OpenPGP]( 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文件夹. @@ -119,13 +119,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` 执行权限 +3. 赋予 `GpgFrontend-***.AppImage` 执行权限 ```shell $ chmod u+x ./GpgFrontend-***.AppImage ``` -5. 双击运行 `GpgFrontend-***.AppImage`. +4. 双击运行 `GpgFrontend-***.AppImage`. ## 文档 |