Skip to content

Commit

Permalink
docs: add sudo for install commands (#8804)
Browse files Browse the repository at this point in the history
  • Loading branch information
caicancai authored Jan 10, 2024
1 parent 1d56d6f commit e5ba6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/contributor-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5ba6de

Please sign in to comment.