From cecab719aa9268edafc010005ea9d0d9285a2297 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Thu, 8 Aug 2019 00:24:41 +0200 Subject: [docs] document the need for go>=1.11 --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'README.md') 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 ``` -- cgit v1.2.3