Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ppacher authored Jul 7, 2020
1 parent 5a7cd33 commit 5bad937
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -79,4 +86,4 @@ func main() {
}
}

```
```

0 comments on commit 5bad937

Please sign in to comment.