From 8abe2cd07c49c2c6c8ac78bff3ff7a2afdf373a7 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Wed, 21 Oct 2020 17:24:13 +0800 Subject: [PATCH] =?UTF-8?q?docs(=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2083822..7266c8d 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # ihash -命令行,支持通配符的hash校验工具 +命令行,全平台,支持通配符的hash校验工具 # 快速安装 go get -u github.com/xiaoqidun/ihash # 编译安装 ``` git clone https://github.com/xiaoqidun/ihash.git cd ihash -go build ihash.go +go build -mod=vendor ihash.go ``` # 手动安装 1. 根据系统架构下载为你编译好的[二进制文件](https://github.com/xiaoqidun/ihash/releases)