aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/cmake.yml3
-rw-r--r--README.md12
2 files changed, 13 insertions, 2 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 52dc8edc..77c0d643 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -25,8 +25,9 @@ jobs:
matrix:
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
runs-on: ${{ matrix.os }}
-
+ timeout-minutes: 18
steps:
+
- uses: actions/checkout@v2
- name: Install Dependence (Linux)
diff --git a/README.md b/README.md
index 1007eceb..77a21bc5 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+<img width="100" height="100" align="right" src="https://github.com/saturneric/Blob/blob/master/logos/icon.png?raw=true" alt="ICON"/>
+
# GpgFrontend
![Language](https://img.shields.io/badge/language-C%2B%2B-green)
@@ -29,6 +31,10 @@ gpg and make professional users more convenient. GpgFrontend supports new featur
- [Features](#features)
- [Usage](#usage)
+ - [Windows](#windows)
+ - [macOS](#macos)
+ - [Debian/Ubuntu/CentOS](#debianubuntucentos)
+- [Document](#document)
- [Purpose](#purpose)
- [Build](#build)
- [Contract](#contract)
@@ -54,7 +60,7 @@ gpg and make professional users more convenient. GpgFrontend supports new featur
4. Unzip GpgFrontend
5. Double Click gpgfrontend.exe
-### MacOS
+### macOS
1. Install Homebrew [Here](https://brew.sh/) if you don't know it.
2. Install gnupg
```shell
@@ -96,6 +102,10 @@ gpg and make professional users more convenient. GpgFrontend supports new featur
$ ./gpgfrontend
```
+## Document
+
+For more usage information, please read [Document](https://saturneric.github.io/GpgFrontend/index.html#/).
+
## Purpose
The GpgFrontend project inherit from a relatively mature but not maintained [gpg4usb](https://www.gpg4usb.org/) project.