Skip to content

Commit

Permalink
docs: Update contributor guide with installation instructions (#8876)
Browse files Browse the repository at this point in the history
  • Loading branch information
caicancai committed Jan 16, 2024
1 parent b64ad79 commit 08cee66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/contributor-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 08cee66

Please sign in to comment.