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

Merge branch 'fbi1478-master-patch-94975' into 'master'

Update README.md

See merge request danet/api!16
parents 80f38c70 47d367a0
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