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

agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git


The following commit(s) were added to refs/heads/main by this push:
     new fb36cff3 docs: list protoc dependency (#989)
fb36cff3 is described below

commit fb36cff35f9fcc1e0a8632ae94de10bca528c2ad
Author: David Wilemski <[email protected]>
AuthorDate: Sun Mar 3 10:07:31 2024 -0600

    docs: list protoc dependency (#989)
---
 docs/source/contributors-guide/development.md    | 1 +
 docs/source/user-guide/deployment/quick-start.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/docs/source/contributors-guide/development.md 
b/docs/source/contributors-guide/development.md
index 46e6bcbc..e5bb1e4b 100644
--- a/docs/source/contributors-guide/development.md
+++ b/docs/source/contributors-guide/development.md
@@ -40,6 +40,7 @@ bottom right corner of the IDE.
 If you are not using the Dev Container or VScode, you will need to install 
these dependencies yourself.
 
 - [Rust](https://www.rust-lang.org/tools/install)
+- [Protobuf Compiler](https://protobuf.dev/downloads/) is required to build 
the project.
 - [Node.js](https://nodejs.org/en/download/) is required to build the project.
 - [Yarn](https://classic.yarnpkg.com/en/docs/install) is required to build the 
UI.
 - [Docker](https://docs.docker.com/get-docker/) is required to run the 
integration tests.
diff --git a/docs/source/user-guide/deployment/quick-start.md 
b/docs/source/user-guide/deployment/quick-start.md
index 14c17fc0..4abe6c69 100644
--- a/docs/source/user-guide/deployment/quick-start.md
+++ b/docs/source/user-guide/deployment/quick-start.md
@@ -24,6 +24,7 @@ A simple way to start a local cluster for testing purposes is 
to use cargo to bu
 Project Requirements:
 
 - [Rust](https://www.rust-lang.org/tools/install)
+- [Protobuf Compiler](https://protobuf.dev/downloads/)
 - [Node.js](https://nodejs.org/en/download)
 - [Yarn](https://classic.yarnpkg.com/lang/en/docs/install)
 

Reply via email to