Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Dec 26, 2020
1 parent 7ab46b0 commit df2dab0
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,3 @@ This is a repository for micro examples. Feel free to contribute.
- [tunnel](tunnel) - How to use connection tunneling with the tunnel package
- [waitgroup](waitgroup) - Demonstrates how to use a waitgroup with a service
- [wrapper](wrapper) - A simple example of using a log wrapper

## Community

Find contributions from the community via the [explorer](https://micro.mu/projects/)

## Install

Install [protoc](https://github.com/google/protobuf) for your environment. Then:

```shell
# install protoc-gen-go
go get github.com/golang/protobuf/{proto,protoc-gen-go}
# install protoc-gen-micro
go get github.com/micro/micro/v2/cmd/protoc-gen-micro@master
```

To recompile any proto after changes:

```shell
protoc --proto_path=$GOPATH/src:. --micro_out=. --go_out=. path/to/proto
```

0 comments on commit df2dab0

Please sign in to comment.