Skip to content

Commit fc23b67

Browse files
committed
readme: update
1 parent 3578f84 commit fc23b67

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,26 @@ vasques chooses the [buf's styleguide](https://buf.build/docs/style-guide) as th
1818
|float|double||
1919
|boolean|bool||
2020
|Object|Message||
21+
22+
## Install
23+
24+
```
25+
# install from source
26+
$ go get github.com/scbizu/vasques #Can be used as a binary directly with your $GOPATH set
27+
# or outside $GOPATH/bin and GO111MODULE = ON
28+
# install homebrew-gomod at first
29+
$ brew install FiloSottile/gomod/brew-gomod
30+
$ brew gomod github.com/scbizu/vasques
31+
```
32+
33+
or download the complied release from GitHub Release
34+
35+
## Usage
36+
37+
```
38+
$ vasques --json path/to/your_json_file.json -d path/to/your_proto_file.proto
39+
```
40+
41+
Explore more example json to proto files in the example directory
42+
43+

0 commit comments

Comments
 (0)