Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
henrod committed Feb 28, 2019
1 parent ab79c00 commit 10c4bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ setup-ci:

setup-protobuf-macos:
@brew install protobuf
@go get -u github.com/gogo/protobuf/protoc-gen-gogofaster
@go get github.com/golang/protobuf/protoc-gen-go

run-chat-example:
@cd examples/testing && docker-compose up -d etcd nats && cd ../demo/chat/ && go run main.go
Expand Down

0 comments on commit 10c4bc7

Please sign in to comment.