From 47d367a01a886ee7fd14b32033845fcabe228eea Mon Sep 17 00:00:00 2001 From: Manuel Kieweg <manuel.kieweg@h-da.de> Date: Thu, 22 Jul 2021 10:23:36 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ab492a..5b76f2a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ 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) -´´´ +``` -- GitLab