Updated README

This commit is contained in:
Christian Muehlhaeuser 2019-05-06 17:30:40 +02:00
parent c855a99f3e
commit 48577a1c62
No known key found for this signature in database
GPG Key ID: 3CF9FA45CA1EBB7E
1 changed files with 13 additions and 0 deletions

View File

@ -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