summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls Piņķis <emils@mullvad.net>2022-09-29 20:50:20 +0200
committerEmīls Piņķis <emils@mullvad.net>2022-09-29 20:50:20 +0200
commit015b76fbbea8d5b7599711a20f6dccb845f2c4d5 (patch)
tree471089ca7cf19885cbb574667ddf40a6040acdab
parent22961301397e515c5f43227091e45196c3e1c744 (diff)
parent3d290b816186028b9b4ed62570d15397a4ba60d9 (diff)
downloadmullvadvpn-015b76fbbea8d5b7599711a20f6dccb845f2c4d5.tar.xz
mullvadvpn-015b76fbbea8d5b7599711a20f6dccb845f2c4d5.zip
Merge branch 'update-readme-for-protobuf'
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index ff24871f22..6c86f75160 100644
--- a/README.md
+++ b/README.md
@@ -320,10 +320,10 @@ storePassword = keystore-password
npm install -g npm
```
-1. Install a protobuf compiler (version 3.15.6 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`.
+1. Install a protobuf compiler (version 3 and up), it can be installed on most major Linux distros
+ via the package name `protobuf-compiler` (Fedora also requires `protobuf-devel`), `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`.
1. Install Go (ideally version `1.18`) by following the [official
instructions](https://golang.org/doc/install). Newer versions may work