Skip to content

Commit

Permalink
update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
yhy0 committed May 15, 2024
1 parent fcc2c9d commit 5cda22d
Show file tree
Hide file tree
Showing 5 changed files with 260 additions and 279 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<img alt="Release" src="https://img.shields.io/github/license/yhy0/Jie"/>
</a>
<a href="https://github.com/yhy0/Jie">
<img alt="Release" src="https://img.shields.io/badge/release-v1.1.0-brightgreen"/>
<img alt="Release" src="https://img.shields.io/badge/release-v1.1.1-brightgreen"/>
</a>
<a href="https://github.com/yhy0/Jie">
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/yhy0/Jie?color=9cf"/>
Expand Down
5 changes: 3 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<img alt="Release" src="https://img.shields.io/github/license/yhy0/Jie"/>
</a>
<a href="https://github.com/yhy0/Jie">
<img alt="Release" src="https://img.shields.io/badge/release-v1.1.0-brightgreen"/>
<img alt="Release" src="https://img.shields.io/badge/release-v1.1.1-brightgreen"/>
</a>
<a href="https://github.com/yhy0/Jie">
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/yhy0/Jie?color=9cf"/>
Expand Down Expand Up @@ -145,9 +145,10 @@ https://github.com/yhy0/Jie/releases/latest 中下载对应系统的程序,全
执行`make`即可编译

#### Windows
安装 TDM-GCC

```bash
export CGO_ENABLED=1;go build -ldflags "-s -w" -o Jie main.go
export CGO_ENABLED=1;go build -ldflags "-s -w" -o Jie.exe main.go
```

### 与 Burp 联动
Expand Down
Loading

0 comments on commit 5cda22d

Please sign in to comment.