Skip to content
Snippets Groups Projects
Commit 47d367a0 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

Update README.md

parent 80f38c70
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
Protocol buffer definitions for goSDN gRPC API. To generate run the following command inside the repo root. Protocol buffer definitions for goSDN gRPC API. To generate run the following command inside the repo root.
´´´sh ```sh
protoc --proto_path=./proto --proto_path=./deps --go_out=./go --go-grpc_out=./go --go-grpc_opt=paths=source_relative --go_opt=paths=source_relative $(find proto | grep .proto) protoc --proto_path=./proto --proto_path=./deps --go_out=./go --go-grpc_out=./go --go-grpc_opt=paths=source_relative --go_opt=paths=source_relative $(find proto | grep .proto)
´´´ ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment