summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2019-08-08 00:24:41 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2019-08-08 00:24:41 +0200
commitcecab719aa9268edafc010005ea9d0d9285a2297 (patch)
tree57ac226e42bc992f697671ded5db62986149d4ae /README.md
parentfde18e485ff7cbc7b2e33dade8e81136f06a5b60 (diff)
[docs] document the need for go>=1.11
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9ceb3fe..591f613 100644
--- a/README.md
+++ b/README.md
@@ -12,18 +12,22 @@ Build the systray:
$ make build
```
-To be able to build the assets you'll need:
+You need at least go 1.11. If you have something older and are using ubuntu, you can do:
+
```
- $ go get -u golang.org/x/text/cmd/gotext github.com/cratonica/2goarray
+ make install_go
```
+For other situations, have a look at https://github.com/golang/go/wiki/Ubuntu or https://golang.org/dl/
+
+
OSX
----------
Using homebrew:
```
- $ make depends
$ git clone 0xacab.org/leap/bitmask-vpn && cd bitmask-vpn
+ $ make depends
$ make build
```