From be173edcff447cdc0a10f2cf6d1fc4bef118db8d Mon Sep 17 00:00:00 2001 From: Malte Bauch <malte.bauch@stud.h-da.de> Date: Tue, 25 Jan 2022 13:18:08 +0100 Subject: [PATCH] updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b63ce1..9f28d05 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,6 @@ Protocol buffer definitions for goSDN gRPC API. To generate you need [buf](https://buf.build/) and the following commands: ```sh -buf mod update #from within the proto dictionary +buf mod update proto buf generate ``` -- GitLab