Skip to content

Commit

Permalink
Add protoc to prerequisites in README.md (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
papadritta authored Dec 12, 2024
1 parent 8ddd13f commit 19cef29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If you don't have Rust installed, you will be prompted to install it.
### Linux
```bash
sudo apt update && sudo apt upgrade
sudo apt install build-essential pkg-config libssl-dev git-all
sudo apt install build-essential pkg-config libssl-dev git-all protobuf-compiler
```

### macOS
Expand Down

0 comments on commit 19cef29

Please sign in to comment.