浏览代码

Update README.md

xormplus 10 年之前
父节点
当前提交
cb69693b87
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -3,6 +3,8 @@
 ###优化xorm的查询API,并提供类似ibatis的配置文件及动态SQL功能
 <a href="https://github.com/xormplus/xorm/blob/master/test/xorm_test.go">测试用例</a>,<a href="https://github.com/xormplus/xorm/blob/master/test/测试结果.txt">测试结果</a>
 
+go get -u github.com/xormplus/xorm
+
 ```go
 var err error
 db, err = xorm.NewPostgreSQL("postgres://postgres:root@localhost:5432/testdb?sslmode=disable")