From 67d0d435fc0ca27499a2bbeffb915a1129707678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Busse?= Date: Tue, 22 Dec 2020 23:15:04 +0100 Subject: [PATCH] Update README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0949459..6422af4 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,14 @@ The protobuf compiler is necessary to build the required bindings for Python Install the protobuf compiler ``` -$ sudo dnf/pkg install protobuf-c protobuf-devel +# FreeBSD +$ sudo pkg install protobuf-c + +# Fedora / RHEL / CentOS +$ sudo dnf install protobuf-c protobuf-devel + +# Debian / Ubuntu +$ sudo apt install protobuf-compiler libprotobuf-dev ``` #### Build the protobuf bindings