summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2020-01-21 12:34:53 +0000
committerEmīls <emils@mullvad.net>2020-01-23 13:51:47 +0000
commitb3ec148de93b82ad99328d90c3c4ad6774f88aae (patch)
treec504f5a0d65cd6b03cbd858ca4bbd5c331a56508
parent17c5c35aa5b91620406a6e6d77e3de225c460059 (diff)
downloadmullvadvpn-b3ec148de93b82ad99328d90c3c4ad6774f88aae.tar.xz
mullvadvpn-b3ec148de93b82ad99328d90c3c4ad6774f88aae.zip
Add instructions on how to install Go to README
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index f3600e39b5..6ccc942b37 100644
--- a/README.md
+++ b/README.md
@@ -234,6 +234,13 @@ storePassword = keystore-password
#### Windows
Download the Node.js installer from the official website.
+
+1. Install Go (ideally version `1.13.6`) by following the [official
+ instructions](https://golang.org/doc/install). Newer versions of Go may be used. Earlier
+ versions may be used, but versions older than `1.12` are known to not work, newer versions may
+ too.
+
+
## Building and packaging the app
The simplest way to build the entire app and generate an installer is to just run the build script.