From 83e51142359a7ab238999833b8ce0f667570d2d3 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 3 Aug 2019 00:13:00 +0200 Subject: [PATCH] Added link to release in README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 983655e..e8042e3 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,16 @@ A tool to monitor a git repository and automatically pull & push changes ## Installation +### Packages & Binaries + +- [Binaries](https://github.com/muesli/gitomatic/releases) for Linux, macOS & Windows + +### From Source + Make sure you have a working Go environment (Go 1.11 or higher is required). See the [install instructions](http://golang.org/doc/install.html). -To install gitomatic, simply run: +Compiling gitomatic is easy, simply run: git clone https://github.com/muesli/gitomatic.git cd gitomatic