We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d25b3c commit 83e5114Copy full SHA for 83e5114
1 file changed
README.md
@@ -5,10 +5,16 @@ A tool to monitor a git repository and automatically pull & push changes
5
6
## Installation
7
8
+### Packages & Binaries
9
+
10
+- [Binaries](https://github.com/muesli/gitomatic/releases) for Linux, macOS & Windows
11
12
+### From Source
13
14
Make sure you have a working Go environment (Go 1.11 or higher is required).
15
See the [install instructions](http://golang.org/doc/install.html).
16
-To install gitomatic, simply run:
17
+Compiling gitomatic is easy, simply run:
18
19
git clone https://github.com/muesli/gitomatic.git
20
cd gitomatic
0 commit comments