Skip to content

Commit

Permalink
Update README.md (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
rerost authored Aug 26, 2024
1 parent 261505e commit 20e18b4
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,13 @@ An alternative to [`grpc_cli`](https://github.com/grpc/grpc/blob/master/doc/comm
giro can be used for gRPC servers without Server Reflection

## Installation
### macOS
```
brew install rerost/tools/giro
```

### Linux
https://github.com/rerost/giro/releases


## Tutorial
```
$ git clone https://github.com/rerost/giro.git giro
$ cd giro/example/multiple_package
```

### Create & Run reflection server
```
$ protoc --go_out=plugins=grpc,paths=source_relative:. --reflection-server_out=. $(find . -name '*.proto')
$ protoc --go_out=. --go-grpc_out=. --go_opt=paths=source_relative --go-grpc_opt=paths=source_relative --reflection-server_out=. $(shell find . -name '*.proto')
$ go run main.go
```

Expand Down

0 comments on commit 20e18b4

Please sign in to comment.