caicancai commented on code in PR #8804: URL: https://github.com/apache/arrow-datafusion/pull/8804#discussion_r1446811176
########## 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 Review Comment: I have tested it on my Linux machine. Pacman and dnf can be used without sudo. But apt install -y protobuf-compiler seems to require sudo under ordinary users. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
