use gopm as get & build tool

This commit is contained in:
Lunny Xiao 2013-12-01 11:08:17 +08:00
parent 6536f52ae0
commit cf0ffb717f
2 changed files with 13 additions and 1 deletions

View File

@ -50,6 +50,12 @@ Drivers for Go's sql package which currently support database/sql includes:
# Installation # Installation
If you have [gopm](https://github.com/gpmgo/gopm) installed,
gopm get github.com/lunny/xorm
Or
go get github.com/lunny/xorm go get github.com/lunny/xorm
# Documents # Documents

View File

@ -50,6 +50,12 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作
## 安装 ## 安装
推荐使用 [gopm](https://github.com/gpmgo/gopm) 进行安装:
gopm get github.com/lunny/xorm
或者您也可以使用go工具进行安装
go get github.com/lunny/xorm go get github.com/lunny/xorm
## 文档 ## 文档