diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-08-13 08:29:04 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-08-13 08:29:04 -0400 |
commit | 79cd34b0c63513e3e660a389ac3fd5a228bacd0e (patch) | |
tree | f14f508f771663b264c3d584d71529e62cd122f2 | |
parent | d4b4bfb8bcc37c23ba2cb4e9a458504c3b66856b (diff) |
Update README.md
-rw-r--r-- | README.md | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,8 +1,15 @@ # wlroots [![](https://api.travis-ci.org/SirCmpwn/wlroots.svg)](https://travis-ci.org/SirCmpwn/wlroots) -Pluggable, composable modules for building a Wayland compositor. +Pluggable, composable modules for building a +[Wayland](http://wayland.freedesktop.org/) compositor. -WIP - [Status](https://github.com/SirCmpwn/wlroots/issues/9) +This is a WIP: [status](https://github.com/SirCmpwn/wlroots/issues/9) + +## Contributing + +Development is organized in our [IRC +channel](http://webchat.freenode.net/?channels=sway&uio=d4), #sway on +irc.freenode.net. Join us and ask how you can help! ## Building |