chore(doc): update build instruction

- deprecate dep, use go mod
pull/664/head
roberChen 2021-03-24 12:22:12 +08:00
parent 214a9e751e
commit a5f28055a9
1 changed files with 1 additions and 1 deletions

View File

@ -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"