@@ -90,52 +90,40 @@ awesome operations.
90
90
91
91
1 . [ Download] ( https://gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.3.1_20210420.exe ) gnupg-w32-****** .exe
92
92
2 . Double Click it to install it
93
- 3 . [ Download] ( https://github.com/saturneric/GpgFrontend/releases ) GpgFrontend Windows Edition
93
+ 3 . [ Download GpgFrontend ] ( https://github.com/saturneric/GpgFrontend/releases ) Windows Edition from release
94
94
4 . Unzip gpgfrontend-windows-latest-******* .zip
95
- 5 . Go into the directory and double click gpgfrontend .exe
95
+ 5 . Go into the directory and double click GpgFrontend .exe
96
96
97
97
#### macOS
98
98
99
- 1 . Install Homebrew [ Here] ( https://brew.sh/ ) if you don't know it.
100
- 2 . Install gnupg
101
- ``` shell
102
- % brew update
103
- % brew install gnupg qt@5 gpgme
104
- ```
105
- 3. [Download](https://github.com/saturneric/GpgFrontend/releases) GpgFrontend macOS Edition
106
- 4. Unzip GpgFrontend
107
- 5. Get into folder and Give gpgfrontend permission to execute
108
- ` ` ` shell
109
- % cd gpgfrontend-macos-latest-******* /
110
- % chmod u+x gpgfrontend
111
- ` ` `
112
- 6. Just run it
113
- ` ` ` shell
114
- % ./gpgfrontend
115
- ` ` `
99
+ 1 . [ Download GpgFrontend] ( https://github.com/saturneric/GpgFrontend/releases ) macOS edition from release
100
+ 2 . Double-Click GpgFrontend.dmg to load it
101
+ 3 . Double click and run it
102
+ (due to macOS security policy, you may need a little more step).
103
+ 4 . If it satisfies you, you can drag it into your Application folder.
116
104
117
105
#### Debian/Ubuntu/CentOS
118
106
119
107
1 . Install gnupg
120
108
- For Debian/Ubuntu
121
109
``` shell
122
110
$ sudo apt update
123
- $ sudo apt install gpg libgpgme11 qt-default
111
+ $ sudo apt install gpg qt-default
124
112
```
125
113
- For CentOS
126
114
` ` ` shell
127
- $ sudo yum install gnupg gpgme qt5-qtbase
115
+ $ sudo yum install gnupg qt5-qtbase
128
116
` ` `
129
- 2. [Download](https://github.com/saturneric/GpgFrontend/releases) GpgFrontend Linux Edition
130
- 3. Unzip GpgFrontend
117
+ 2. [Download GpgFrontend ](https://github.com/saturneric/GpgFrontend/releases) Linux edition from release
118
+ 3. Unzip gpgfrontend-ubuntu-latest- ******* .zip
131
119
4. Get into folder and Give gpgfrontend permission to execute
132
120
` ` ` shell
133
121
$ cd gpgfrontend-ubuntu-latest-******* /
134
- $ chmod u+x gpgfrontend
122
+ $ chmod u+x GpgFrontend
135
123
` ` `
136
124
5. Just run it
137
125
` ` ` shell
138
- $ ./gpgfrontend
126
+ $ ./GpgFrontend
139
127
` ` `
140
128
141
129
# # Document
0 commit comments