We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00af3f7 commit e4e1da6Copy full SHA for e4e1da6
Makefile
@@ -4,6 +4,7 @@ BUILD_DIR = bin
4
default: build
5
6
build:
7
+ go mod tidy
8
env CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build $(BUILD_FLAG) -o $(BUILD_DIR)/AutoDomain.exe main/main.go
9
env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build $(BUILD_FLAG) -o $(BUILD_DIR)/AutoDomain main/main.go
10
README.md
@@ -7,9 +7,9 @@ hunter API参考自https://github.com/W01fh4cker/hunter-to-excel/
## 安装
-下载release中的文件
+下载release中的二进制文件使用
11
12
-使用Makefile进行编译
+或使用Makefile进行编译二进制文件后使用
13
14
15
## 配置
0 commit comments