Skip to content

Commit a6a18b6

Browse files
committed
Misc
Fix the project license in the metainfo file Update README
1 parent e97e16a commit a6a18b6

File tree

4 files changed

+21
-27
lines changed

4 files changed

+21
-27
lines changed

README.md

+2-13
Original file line numberDiff line numberDiff line change
@@ -217,20 +217,9 @@ make -j4 && make clean
217217
./SerialTest
218218
```
219219

220-
### 5. Packing instructions
220+
## Install from the Linux software repository
221221

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
234223
```bash
235224
# Install the release
236225
yay -S serialtest

doc/README/README_zh_CN.md

+2-13
Original file line numberDiff line numberDiff line change
@@ -217,20 +217,9 @@ make -j4 && make clean
217217
./SerialTest
218218
```
219219

220-
### 5. 打包说明
220+
## 通过 Linux 软件仓库安装
221221

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
234223
```bash
235224
# 安装发行版
236225
yay -S serialtest

pack/aur/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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```

pack/aur/io.github.wh201906.serialtest.metainfo.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<summary>SerialTest</summary>
77

88
<metadata_license>MIT</metadata_license>
9-
<project_license>GPL-2.0-or-later</project_license>
9+
<project_license>LGPL-3.0-only</project_license>
1010

1111
<description>
1212
<p>

0 commit comments

Comments
 (0)