diff options
author | Daniel Mack <daniel@zonque.org> | 2015-06-05 14:11:26 +0200 |
---|---|---|
committer | Daniel Mack <daniel@zonque.org> | 2015-06-05 16:01:03 +0200 |
commit | 7188bb07e3067ea91540d5fc3c6c4a72c594379a (patch) | |
tree | 3959889f4e569564feb9be5df4416f048cd61f89 | |
parent | 5e29ba7a5cce2d8479759b60c0079df095d75729 (diff) |
Add README.md
A README.md allows us to include a badge for the current build status of
Semaphore CI. Keep other information in this file minimal, and avoid
information duplication but point readers to the official README.
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000000..313a92034b --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# systemd - System and Service Manager + +[![Build Status](https://semaphoreci.com/api/v1/projects/28a5a3ca-3c56-4078-8b5e-7ed6ef912e14/443470/shields_badge.svg)](https://semaphoreci.com/systemd/systemd) + +## Details + + * General information about systemd can be found in the [systemd Wiki](http://www.freedesktop.org/wiki/Software/systemd) + * Information about build requirements are provided in the [README file](../master/README) |