This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git


The following commit(s) were added to refs/heads/main by this push:
     new 9aff13b5 docs: generate protobuf api before bydbctl build (#431)
9aff13b5 is described below

commit 9aff13b5c820ed4018940729580432ad43b8ab1d
Author: YuNing Chen <ad...@ynchen.me>
AuthorDate: Tue Apr 9 21:57:05 2024 +0800

    docs: generate protobuf api before bydbctl build (#431)
---
 CHANGES.md        | 1 +
 bydbctl/README.md | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index 6f2b85d8..6e8f3746 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -39,6 +39,7 @@ Release Notes.
 - Bump several tools.
 - Bump all dependencies of Go and Node.
 - Combine banyand and bydbctl Dockerfile.
+- Update readme for bydbctl
 
 ## 0.5.0
 
diff --git a/bydbctl/README.md b/bydbctl/README.md
index 93c59753..78b60f4c 100644
--- a/bydbctl/README.md
+++ b/bydbctl/README.md
@@ -5,5 +5,8 @@
 ## Build
 
 ```
+# If you haven't generated the API code yet
+make -C ../api generate
+
 make build
 ```
\ No newline at end of file

Reply via email to