Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 7ed45c6

Browse files
authored
Merge pull request #5 from mwarkentin/patch-1
Update installation docs for newer versions of go
2 parents 0266387 + 1a64ad4 commit 7ed45c6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ Later in the week I can update all the repositories which have been cloned, pull
4545

4646
# Installation
4747

48-
You should be able to install this application using the standard golang approach:
48+
You should be able to install this application using the standard golang approach. For `go>=1.13` go modules must be enabled:
49+
50+
$ GO111MODULE=on go get github.com/skx/github2mr
51+
52+
For earlier versions:
4953

5054
$ go get github.com/skx/github2mr
5155

0 commit comments

Comments
 (0)