Enable go modules

This commit is contained in:
Christian Muehlhaeuser
2019-08-02 23:44:51 +02:00
parent 0b1f56f8c5
commit aaff4d8b54
3 changed files with 68 additions and 1 deletions

View File

@@ -10,7 +10,9 @@ See the [install instructions](http://golang.org/doc/install.html).
To install gitomatic, simply run:
go get github.com/muesli/gitomatic
git clone https://github.com/muesli/gitomatic.git
cd gitomatic
go build
## Usage