mirror of
https://github.com/taigrr/github2mr.git
synced 2026-04-02 03:09:09 -07:00
Merge pull request #5 from mwarkentin/patch-1
Update installation docs for newer versions of go
This commit is contained in:
@@ -45,7 +45,11 @@ Later in the week I can update all the repositories which have been cloned, pull
|
|||||||
|
|
||||||
# Installation
|
# 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
|
$ go get github.com/skx/github2mr
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user