From cf0ffb717fe7bbb65e09005862f34f67a8a9a8b0 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sun, 1 Dec 2013 11:08:17 +0800 Subject: [PATCH] use gopm as get & build tool --- README.md | 8 +++++++- README_CN.md | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06082556..ad399a72 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,13 @@ Drivers for Go's sql package which currently support database/sql includes: [More changelogs ...](https://github.com/lunny/xorm/blob/master/docs/Changelog.md) -# 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 diff --git a/README_CN.md b/README_CN.md index b90c8118..b2fe1f9b 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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 ## 文档