From d0a380a11423d3601d6a68460f38e1ab61f24a73 Mon Sep 17 00:00:00 2001 From: Derek Wang Date: Tue, 5 Dec 2023 23:59:37 -0800 Subject: [PATCH] . Signed-off-by: Derek Wang --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2da6205..83976437 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,5 @@ Source Transformer, Functions, Sinks or SideInputs in Golang. ### Useful Commands `make test` - Run the tests. -`make proto`- Regenerate the protobuf files. +`make proto`- Regenerate the protobuf files from the [proto files](https://github.com/numaproj/numaflow/tree/main/pkg/apis/proto) defined in [numaproj/numaflow](https://github.com/numaproj/numaflow) repository. +`make proto ORG=xxx PROJECT=xxx BRANCH=xxx` - Regenerate the protobuf files from specified github repository.