File tree 4 files changed +21
-27
lines changed
4 files changed +21
-27
lines changed Original file line number Diff line number Diff line change @@ -217,20 +217,9 @@ make -j4 && make clean
217
217
./SerialTest
218
218
```
219
219
220
- ### 5. Packing instructions
220
+ ## Install from the Linux software repository
221
221
222
- #### ` pack/aur ` instructions for the use of packaged files
223
-
224
- ``` bash
225
- aur
226
- ├── io.github.wh201906.serialtest.desktop # serialtest install desktop startup files, eg: /usr/share/applications/io.github.wh201906.serialtest.desktop
227
- └── io.github.wh201906.serialtest.metainfo.xml # serialtest install Desktop description File, eg: /usr/share/metainfo/io.github.wh201906.serialtest.metainfo.xml
228
-
229
- ```
230
-
231
- ### 6. Installed through the Linux software repository
232
-
233
- #### Arch Linux
222
+ ### Arch Linux
234
223
``` bash
235
224
# Install the release
236
225
yay -S serialtest
Original file line number Diff line number Diff line change @@ -217,20 +217,9 @@ make -j4 && make clean
217
217
./SerialTest
218
218
```
219
219
220
- ### 5. 打包说明
220
+ ## 通过 Linux 软件仓库安装
221
221
222
- #### ` pack/aur ` 打包文件使用说明
223
-
224
- ``` bash
225
- aur
226
- ├── io.github.wh201906.serialtest.desktop # serialtest 安装桌面启动文件, 例如: /usr/share/applications/io.github.wh201906.serialtest.desktop
227
- └── io.github.wh201906.serialtest.metainfo.xml # serialtest 安装桌面描述文件, 例如: /usr/share/metainfo/io.github.wh201906.serialtest.metainfo.xml
228
-
229
- ```
230
-
231
- ### 6. 通过 Linux 软件仓库安装
232
-
233
- #### Arch Linux
222
+ ### Arch Linux
234
223
``` bash
235
224
# 安装发行版
236
225
yay -S serialtest
Original file line number Diff line number Diff line change
1
+ # Packing instructions | 打包说明
2
+
3
+ ` pack/aur ` instructions for the use of packaged files | 打包文件使用说明
4
+
5
+ ``` bash
6
+ ./
7
+ ├── io.github.wh201906.serialtest.desktop
8
+ └── io.github.wh201906.serialtest.metainfo.xml
9
+
10
+ ```
11
+
12
+ ``` io.github.wh201906.serialtest.desktop ``` is the desktop entry file | 桌面应用程序配置项
13
+ eg: ``` /usr/share/applications/io.github.wh201906.serialtest.desktop ```
14
+
15
+ ``` io.github.wh201906.serialtest.metainfo.xml ``` is the package metainfo file | 软件包描述文件
16
+ eg: ``` /usr/share/metainfo/io.github.wh201906.serialtest.metainfo.xml ```
Original file line number Diff line number Diff line change 6
6
<summary >SerialTest</summary >
7
7
8
8
<metadata_license >MIT</metadata_license >
9
- <project_license >GPL-2 .0-or-later </project_license >
9
+ <project_license >LGPL-3 .0-only </project_license >
10
10
11
11
<description >
12
12
<p >
You can’t perform that action at this time.
0 commit comments