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

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


The following commit(s) were added to refs/heads/main by this push:
     new 08cee66763 docs: Update contributor guide with installation 
instructions  (#8876)
08cee66763 is described below

commit 08cee667637048284a2ac21ad06f40f426e60057
Author: Cancai Cai <77189278+caican...@users.noreply.github.com>
AuthorDate: Tue Jan 16 21:22:59 2024 +0800

    docs: Update contributor guide with installation instructions  (#8876)
---
 docs/source/contributor-guide/index.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/source/contributor-guide/index.md 
b/docs/source/contributor-guide/index.md
index cb0fe63abd..11dcbd935a 100644
--- a/docs/source/contributor-guide/index.md
+++ b/docs/source/contributor-guide/index.md
@@ -95,9 +95,16 @@ Compiling DataFusion from sources requires an installed 
version of the protobuf
 On most platforms this can be installed from your system's package manager
 
 ```
+# Ubuntu
 $ sudo apt install -y protobuf-compiler
+
+# Fedora
 $ dnf install -y protobuf-devel
+
+# Arch Linux
 $ pacman -S protobuf
+
+# macOS
 $ brew install protobuf
 ```
 

Reply via email to