summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrii Yurchuk <ay@mntw.re>2021-02-27 15:56:16 +0100
committerAndrii Yurchuk <ay@mntw.re>2021-03-04 13:33:37 +0100
commit204f557cde83b63da2058b0eb48c4e354bac9a7b (patch)
treed95492d3db0ad49d92bbf00e96c105a9c3347860
parent645ad9e9b993bfd4c402cb9a6da9d6469734cfd5 (diff)
downloadmullvadvpn-204f557cde83b63da2058b0eb48c4e354bac9a7b.tar.xz
mullvadvpn-204f557cde83b63da2058b0eb48c4e354bac9a7b.zip
Add Go version requirement for Apple ARM64
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 119b17babb..f9d8181385 100644
--- a/README.md
+++ b/README.md
@@ -318,7 +318,10 @@ After that copy the files from `gui/src/main/management_interface/` and `gui/bui
directories into a single directory on your Apple Silicon Mac, and set the value of
`MANAGEMENT_INTERFACE_PROTO_BUILD_DIR` to that directory while running the main build.
-On your Apple Silicon Mac install `protobuf` by running:
+Make sure that the version of Go on your Mac is 1.16 (the first version to add
+[support](https://tip.golang.org/doc/go1.16#darwin) for Apple Silicon) or newer.
+
+Install `protobuf` by running:
```bash
brew install protobuf