diff options
author | Harald Hoyer <harald@redhat.com> | 2015-06-05 16:09:45 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2015-06-05 16:09:45 +0200 |
commit | 4754345e0f556e96dabe6cffffb0dae7806d9472 (patch) | |
tree | 5b06fe3ea8a0e3cd8c8a34de356307d84b9f5841 | |
parent | ed47f6397d19f05933c27689a74a26d9aeacd06f (diff) | |
parent | 7188bb07e3067ea91540d5fc3c6c4a72c594379a (diff) |
Merge pull request #80 from zonque/README.md
Add 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 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) |