Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKingOfDuck authored May 11, 2019
1 parent 2145ef1 commit 8b7455d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
# FileMonitor
代码审计辅助工具(文件监控)

# 更新:

2019-05-11:
修复bug 新增无需第三方模块的版本以及php版本。

# 使用:

### 环境:
Expand Down Expand Up @@ -41,6 +46,19 @@ pip install filemon
filemon
```

无需依赖版:

```
python main.py
```
(路径可为相对路径)

php版本:

```
php fileMonitor.php --dir ./
```


# 功能

Expand Down

0 comments on commit 8b7455d

Please sign in to comment.