Skip to content

Commit a0dc28d

Browse files
author
chenjunliang
committed
更新文档及版本
1.增加下载方式
1 parent ba4dc17 commit a0dc28d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "mysql-audit-extend"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2021"
55
authors = ["seeker"]
66
description = "An extension tool of mysql-audit, which provides functions such as log rotation and log cleaning."
77
license = "MIT"
8-
documentation = "https://docs.rs/crate/mysql-audit-extend/0.2.3"
8+
documentation = "https://docs.rs/crate/mysql-audit-extend/0.2.4"
99
repository = "https://gitee.com/seeker_rs/mysql-audit-extend"
1010

1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ The extension of mysql-audit, the mysql audit plugin for mcafee, enhances the pl
99
```shell
1010
cargo install mysql-audit-extend
1111
```
12+
or
13+
```shell
14+
wget https://gitee.com/seeker_rs/mysql-audit-extend/releases/download/release-0.2.4/mysql-audit-extend
15+
chmod 775 mysql-audit-extend
16+
```
1217

1318
#### 3.Run
1419
```shell

0 commit comments

Comments
 (0)