From e4e1da66efbcb669ab201a2c5f22e4151827a817 Mon Sep 17 00:00:00 2001 From: shadowabi <50265741+shadowabi@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:26:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96Makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c2a0702..99fd79c 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ BUILD_DIR = bin default: build build: + go mod tidy env CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build $(BUILD_FLAG) -o $(BUILD_DIR)/AutoDomain.exe main/main.go env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build $(BUILD_FLAG) -o $(BUILD_DIR)/AutoDomain main/main.go diff --git a/README.md b/README.md index 0fdbfac..6ae5af9 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ hunter API参考自https://github.com/W01fh4cker/hunter-to-excel/ ## 安装 -下载release中的文件 +下载release中的二进制文件使用 -使用Makefile进行编译 +或使用Makefile进行编译二进制文件后使用 ## 配置