This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch tmp-go
in repository
https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git
The following commit(s) were added to refs/heads/tmp-go by this push:
new e3e7c185 Update README.md
e3e7c185 is described below
commit e3e7c1855f875e4de95de31c8ce8745c6d76205d
Author: imbajin <[email protected]>
AuthorDate: Mon Oct 30 16:52:30 2023 +0800
Update README.md
---
hugegraph-client-go/README.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/hugegraph-client-go/README.md b/hugegraph-client-go/README.md
index 11af9f7a..f1f5c056 100644
--- a/hugegraph-client-go/README.md
+++ b/hugegraph-client-go/README.md
@@ -10,8 +10,9 @@
#### 安装教程
-```shell
-go get github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go
+```bash
+# 测试阶段使用单独的分支, 后续 master 合入后可去掉 tag
+go get
github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go@tmp-go
```
#### 实现 API
@@ -91,4 +92,4 @@ type VersionResponse struct {
API string `json:"api"` // hugegraph api version
} ` json: 'versions'`
}
-```
\ No newline at end of file
+```