Merge pull request #257 from fifsky/patch-1

Update README.md
pull/276/head
Minho 2018-04-17 15:56:46 +08:00 committed by GitHub
commit 593a2e0955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,12 +21,12 @@ MinDoc 的前身是 SmartWiki 文档系统。SmartWiki 是基于 PHP 框架 lara
对于没有Golang使用经验的用户可以从 [https://github.com/lifei6671/mindoc/releases](https://github.com/lifei6671/mindoc/releases) 这里下载编译完的程序。
如果有Golang开发经验建议通过编译安装。
如果有Golang开发经验建议通过编译安装在此之前您需要先安装Golang官方包管理工具详见[Install dep](https://golang.github.io/dep/docs/installation.html)
```bash
git clone https://github.com/lifei6671/mindoc.git
glide update
dep ensure
go build -ldflags "-w"