diff options
| author | David Lönnhager <david.l@mullvad.net> | 2023-09-28 15:47:35 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2023-09-29 12:55:43 +0200 |
| commit | 3c55ad6a66602ba822519c4e32fdb5034cb7b507 (patch) | |
| tree | 695d85f8f85ebe35644db91d8727662b400eebff | |
| parent | 7eca1fccf4537151fa9b2693d004f056f80c056e (diff) | |
| download | mullvadvpn-3c55ad6a66602ba822519c4e32fdb5034cb7b507.tar.xz mullvadvpn-3c55ad6a66602ba822519c4e32fdb5034cb7b507.zip | |
Update minimum protobuf version
| -rw-r--r-- | BuildInstructions.md | 2 |
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 |
