diff options
-rw-r--r-- | README.md | 36 |
1 files changed, 18 insertions, 18 deletions
@@ -35,7 +35,7 @@ the delivery process.** #### Workflows Status: -[](https://github.com/saturneric/GpgFrontend/actions/workflows/cmake.yml) +[](https://github.com/saturneric/GpgFrontend/actions/workflows/release.yml) --- @@ -60,8 +60,10 @@ the delivery process.** - Can run on **Windows, Linux and macOS**. - Open source, free, no need to install. -- For Windows and macOS user, just double-click, and then you can use it freely. -- Supports multiple languages. Don’t forget to help me translate this software. +- Just double-click, and then you can use it freely. +- Supports multiple languages. + - If you are interested, you can help + me [translate the interface](https://saturneric.github.io/GpgFrontend/index.html#/translate-interface). ## Usage @@ -88,23 +90,24 @@ awesome operations. #### Windows -1. [Download](https://gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.3.1_20210420.exe) gnupg-w32-******.exe +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 release -4. Unzip gpgfrontend-windows-latest-*******.zip -5. Go into the directory and double click GpgFrontend.exe +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`. #### macOS -1. [Download GpgFrontend](https://github.com/saturneric/GpgFrontend/releases) macOS edition from release +1. [Download GpgFrontend](https://github.com/saturneric/GpgFrontend/releases) macOS edition from the latest release 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 (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 +1. Install gnupg (If you have already followed please skip) - For Debian/Ubuntu ```shell $ sudo apt update @@ -114,17 +117,14 @@ awesome operations. ```shell $ sudo yum install gnupg ``` -2. [Download GpgFrontend](https://github.com/saturneric/GpgFrontend/releases) Linux edition from release -3. Unzip gpgfrontend-ubuntu-latest-*******.zip -4. Get into folder and Give gpgfrontend permission to execute +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 ```shell - $ cd gpgfrontend-ubuntu-latest-*******/ - $ chmod u+x GpgFrontend - ``` -5. Just run it - ```shell - $ ./GpgFrontend + $ chmod u+x ./GpgFrontend-***.AppImage ``` +5. Just double-click `GpgFrontend-***.AppImage` to run it. ## Document |