From eb608c9c3e54b52e7d522aed41f1b92b006de616 Mon Sep 17 00:00:00 2001 From: scu-igroup Date: Mon, 11 Mar 2019 15:53:03 +0800 Subject: [PATCH] Update README --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3301e8b..d12d48c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ StreamDump is used to cut traffic packets from a pcap format file or network int ## How to Build -`go build -o streamdump main.go` +`go build -o streamdump streamdump.go` ## Usage 1. Compile, or download the compiled executable [file](https://github.com/scu-igroup/StramDump/releases). diff --git a/README_zh.md b/README_zh.md index ac528fe..231bdfe 100644 --- a/README_zh.md +++ b/README_zh.md @@ -14,7 +14,7 @@ StreamDump 用于将 pcap 或网卡中的流量根据四元组进行切割,每 ## 编译 -`go build -o streamdump main.go` +`go build -o streamdump streamdump.go` ## 使用流程