From 5bad9374fce1269b62a9334bf557737524bef3cd Mon Sep 17 00:00:00 2001 From: Patrick Pacher Date: Tue, 7 Jul 2020 08:36:08 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 193af8d..d537d91 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ A flexible configuration system for Go inspired by the unit file and drop-in system from systemd. + +[![Go](https://github.com/ppacher/system-conf/workflows/Go/badge.svg)](https://github.com/ppacher/system-conf/actions) +![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/ppacher/system-conf?style=flat-square) +![Stable: Beta](https://img.shields.io/badge/Stable-BETA-yellowgreen?style=flat-square) +![GitHub](https://img.shields.io/github/license/ppacher/system-conf?style=flat-square) +![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/ppacher/system-conf?label=Release&style=flat-square) + system-conf is a flexible configuration system that puts the user in control of how their configuration is structured. It's based on the unit system used in systemd. It uses an INI style configuration and supports drop-in files and templating. @@ -79,4 +86,4 @@ func main() { } } -``` \ No newline at end of file +```