diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2019-08-08 00:24:41 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2019-08-08 00:24:41 +0200 |
commit | cecab719aa9268edafc010005ea9d0d9285a2297 (patch) | |
tree | 57ac226e42bc992f697671ded5db62986149d4ae | |
parent | fde18e485ff7cbc7b2e33dade8e81136f06a5b60 (diff) |
[docs] document the need for go>=1.11
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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 ``` |