From 48577a1c62872189a5c5bb93d4afd8407299c753 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Mon, 6 May 2019 17:30:40 +0200 Subject: [PATCH] Updated README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e3a878f..4a367ff 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,19 @@ A growing collection of convenient little tools to work with systemd services +## Installation + +The `service-tools` require Go 1.11 or higher. Make sure you have a working Go +environment. See the [install instructions](http://golang.org/doc/install.html). + +### From source + + git clone https://github.com/muesli/service-tools.git + cd service-tools/service-generator + go build + cd ../service-monitor + go build + ## Overview ### service-generator