Skip to content

Commit 8b7455d

Browse files
Update README.md
1 parent 2145ef1 commit 8b7455d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
# FileMonitor
55
代码审计辅助工具(文件监控)
66

7+
# 更新:
8+
9+
2019-05-11:
10+
修复bug 新增无需第三方模块的版本以及php版本。
11+
712
# 使用:
813

914
### 环境:
@@ -41,6 +46,19 @@ pip install filemon
4146
filemon
4247
```
4348

49+
无需依赖版:
50+
51+
```
52+
python main.py
53+
```
54+
(路径可为相对路径)
55+
56+
php版本:
57+
58+
```
59+
php fileMonitor.php --dir ./
60+
```
61+
4462

4563
# 功能
4664

0 commit comments

Comments
 (0)