alamb commented on code in PR #8804: URL: https://github.com/apache/arrow-datafusion/pull/8804#discussion_r1446551873
########## 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 wonder if we should add `sudo` to the other similar commands (like `dnf` and `pacman`) 🤔 -- 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]
