Browse Source

chore(doc): update build instruction

- deprecate dep, use go mod
roberChen 4 years ago
parent
commit
a5f28055a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
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"