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 /README.md | |
parent | Merge pull request #74 from systemd-mailing-devs/1432753344-31461-1-git-send-... (diff) | |
download | systemd-7188bb07e3067ea91540d5fc3c6c4a72c594379a.tar.gz systemd-7188bb07e3067ea91540d5fc3c6c4a72c594379a.tar.bz2 systemd-7188bb07e3067ea91540d5fc3c6c4a72c594379a.zip |
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.
Diffstat (limited to 'README.md')
-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 000000000..313a92034 --- /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) |