Skip to content

Commit 42e7dcf

Browse files
authored
Update readme and add tendermint types.pb.go to gitignore (#769)
Fixes: #730
1 parent 7b7e759 commit 42e7dcf

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
proto/pb
2-
proto/tendermint
2+
proto/tendermint
3+
types/pb/tendermint

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ go test ./...
2929

3030
To regenerate protobuf types:
3131

32+
```sh
33+
./proto/get_deps.sh
34+
```
35+
3236
```sh
3337
./proto/gen.sh
3438
```

0 commit comments

Comments
 (0)