Skip to content

Commit

Permalink
update readme and makefile according to PR discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
wxue committed Nov 21, 2019
1 parent cb37cb9 commit 5669290
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,20 @@ PG_FIX_CANDIDATES=./protos/node/node.pb.go \
./protos/status/status.pb.go \
./protos/escrow/escrow.pb.go \

install:
install: brew trongogo

brew:
brew install protobuf
brew install prototool
brew install postgresql go
brew install redis go
brew services start postgresql
brew services start redis

trongogo:
cd ../ && git clone https://github.com/TRON-US/protobuf
cd ../protobuf && make

lintf:
prototool lint ./protos
prototool format -w
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ cd github.com/tron-us
git clone https://github.com/TRON-US/protobuf
```
```
cd protobuf && build
cd protobuf && make
```

#### other tools
Expand Down

0 comments on commit 5669290

Please sign in to comment.