diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2022-09-29 20:50:20 +0200 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2022-09-29 20:50:20 +0200 |
| commit | 015b76fbbea8d5b7599711a20f6dccb845f2c4d5 (patch) | |
| tree | 471089ca7cf19885cbb574667ddf40a6040acdab | |
| parent | 22961301397e515c5f43227091e45196c3e1c744 (diff) | |
| parent | 3d290b816186028b9b4ed62570d15397a4ba60d9 (diff) | |
| download | mullvadvpn-015b76fbbea8d5b7599711a20f6dccb845f2c4d5.tar.xz mullvadvpn-015b76fbbea8d5b7599711a20f6dccb845f2c4d5.zip | |
Merge branch 'update-readme-for-protobuf'
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
