From a5f28055a928d597b2bb4e78408f7cc2082abcab Mon Sep 17 00:00:00 2001 From: roberChen Date: Wed, 24 Mar 2021 12:22:12 +0800 Subject: [PATCH] chore(doc): update build instruction - deprecate dep, use go mod --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23153ecc..ba15c20f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ MinDoc 的前身是 SmartWiki 文档系统。SmartWiki 是基于 PHP 框架 lara ```bash git clone https://github.com/mindoc-org/mindoc.git -dep ensure +go mod tidy go build -ldflags "-w"