Skip to content

Commit f524684

Browse files
committed
更新README
1 parent c37a171 commit f524684

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
- `perl-kcp`是一个扩展“[skywind3000/kcp](https://github.com/skywind3000/kcp)”的一个面向对象的Perl模块,在安装的时候内置了KCP的库。
66

77
- 该项目有如下几个特点:
8-
- 好用的
8+
- 友好性
99
- Perl-Like风格
1010
- 面向对象的
11-
- 可靠的:有配套的测试脚本
12-
- 内置KCP库
11+
- 可靠性:有配套的测试脚本
12+
- 实时性:基于最新的KCP项目源码构建
13+
- 便利性:可以用`cpan`工具直接获取项目
1314

1415
### 1.1 目录结构
1516

@@ -128,9 +129,9 @@ cpan -i Test::More
128129
129130
## 4 使用
130131
131-
- 在成功安装之后,在`Shell`下执行以下命令查看帮助手册:`man KCP` 或 `perldoc KCP`
132+
- 在成功安装之后,在`Shell`下执行以下命令查看帮助手册:`man KCP` 或 `perldoc KCP`;或则浏览在线说明:[KCP-0.03](https://metacpan.org/release/HOMQYY/KCP-0.03/view/lib/KCP.pm)
132133
133-
- 在安装完之后便可以正常使用`perl-kcp`了,在脚本中加载包
134+
- 在安装完之后便可以正常使用`perl-kcp`了,比如
134135
135136
```perl
136137
use KCP;

0 commit comments

Comments
 (0)