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

alamb 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 e5ba6de074 docs: add sudo for install commands (#8804)
e5ba6de074 is described below

commit e5ba6de074affd40cb0984d503694e543d816a6c
Author: Caican Cai <[email protected]>
AuthorDate: Wed Jan 10 19:33:17 2024 +0800

    docs: add sudo for install commands (#8804)
---
 docs/source/contributor-guide/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to