summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2023-09-28 15:47:35 +0200
committerDavid Lönnhager <david.l@mullvad.net>2023-09-29 12:55:43 +0200
commit3c55ad6a66602ba822519c4e32fdb5034cb7b507 (patch)
tree695d85f8f85ebe35644db91d8727662b400eebff
parent7eca1fccf4537151fa9b2693d004f056f80c056e (diff)
downloadmullvadvpn-3c55ad6a66602ba822519c4e32fdb5034cb7b507.tar.xz
mullvadvpn-3c55ad6a66602ba822519c4e32fdb5034cb7b507.zip
Update minimum protobuf version
-rw-r--r--BuildInstructions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildInstructions.md b/BuildInstructions.md
index 00d5c5440e..6dd365c3eb 100644
--- a/BuildInstructions.md
+++ b/BuildInstructions.md
@@ -27,7 +27,7 @@ on your platform please submit an issue or a pull request.
instructions](https://golang.org/doc/install). Newer versions may work
too.
-- Install a protobuf compiler (version 3 and up), it can be installed on most major Linux distros
+- Install a protobuf compiler (version 3.15 and up), it can be installed on most major Linux distros
via the package name `protobuf-compiler`, `protobuf` on macOS via Homebrew, and on Windows
binaries are available on their GitHub [page](https://github.com/protocolbuffers/protobuf/releases)
and they have to be put in `%PATH`. An additional package might also be required depending on