Skip to content

Commit c9afd61

Browse files
authored
Update README.md
1 parent e6c0485 commit c9afd61

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,16 @@ Feel free to try out our [web interface](https://pb-thrift.markeyyuan.monster/),
1616

1717
* [protobuf](https://developers.google.com/protocol-buffers/docs/reference/proto3-spec)
1818

19+
## Install
20+
### Use as a executable
21+
1. first git clone this repo, `git clone github.com/YYCoder/protobuf-thrift`
1922

23+
2. make, the executable will be compiled to `./exe` folder
2024

21-
## Install
22-
For folks don't have GO development environment, directly download corresponding platform binary from latest release is the best choice.
25+
### Use as a library
26+
1. go get this in your go module, `go get github.com/YYCoder/protobuf-thrift`
2327

24-
For Gophers, you can just `go install github.com/YYCoder/protobuf-thrift` it yourself.
28+
2. import package from `github.com/YYCoder/protobuf-thrift`
2529

2630

2731
## Usages

0 commit comments

Comments
 (0)