From 1a64ad423efc9ef67301154ff76d9bf7007ba0ec Mon Sep 17 00:00:00 2001 From: Michael Warkentin Date: Thu, 7 May 2020 15:10:51 -0400 Subject: [PATCH] Update installation docs for newer versions of go As discussed in #4 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a855b74..a98936b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,11 @@ Later in the week I can update all the repositories which have been cloned, pull # Installation -You should be able to install this application using the standard golang approach: +You should be able to install this application using the standard golang approach. For `go>=1.13` go modules must be enabled: + + $ GO111MODULE=on go get github.com/skx/github2mr + +For earlier versions: $ go get github.com/skx/github2mr