We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9afd61 commit 64abb24Copy full SHA for 64abb24
docs/cn.md
@@ -15,9 +15,15 @@
15
* [protobuf](https://developers.google.com/protocol-buffers/docs/reference/proto3-spec)
16
17
## 安装
18
-如果没有 go 开发环境,可以直接从 release 中下载最新版的对应平台的二进制文件。
+### Use as a executable
19
+1. 首先 git clone,`git clone github.com/YYCoder/protobuf-thrift`
20
-对于 Gophers,可以直接使用 `go install github.com/YYCoder/protobuf-thrift`。
21
+2. 运行 `make`,产出会在 `./exe` 目录下
22
+
23
+### Use as a library
24
+1. 在你的 go module 中 go get,`go get github.com/YYCoder/protobuf-thrift`
25
26
+2. 直接从 `github.com/YYCoder/protobuf-thrift` import package 即可
27
28
## 使用示例
29
0 commit comments