From 5cb251dbda480861c3eef5cf0a6e87c6fcfdc752 Mon Sep 17 00:00:00 2001 From: Leo Antunes Date: Wed, 27 Mar 2019 00:26:37 +0100 Subject: [PATCH] README: be explicit about go version dep --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f328eb..474ee32 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ The following ports must be accessible between all nodes (see [configuration opt - 51820 UDP - 7946 UDP and TCP -Install `wesher` on all nodes with: +Install `wesher` on all nodes with go >= 1.11: ``` -$ go get github.com/costela/wesher +$ GO111MODULE=on go get github.com/costela/wesher ``` On the first node (assuming `$GOPATH/bin` is in the `$PATH`):