Update README.md

This commit is contained in:
Drew DeVault 2018-10-12 08:27:09 -04:00
parent 66e8908e9a
commit 4c28745c95
1 changed files with 4 additions and 3 deletions

View File

@ -30,8 +30,8 @@ development tools - or any subset of these features you like, because all of
them work independently of one another and freely compose with anything you want them work independently of one another and freely compose with anything you want
to implement yourself. to implement yourself.
**Status**: prior to 1.0 the API is not stable, but we've done most of the work Check out our [wiki](https://github.com/swaywm/wlroots/wiki/Getting-started) to
and various projects are using wlroots to build Wayland compositors with. get started with wlroots.
wlroots is developed under the direction of the wlroots is developed under the direction of the
[sway](https://github.com/swaywm/sway) project. A variety of wrapper libraries [sway](https://github.com/swaywm/sway) project. A variety of wrapper libraries
@ -83,7 +83,8 @@ Install like so:
wlroots comes with a test compositor called rootston, which demonstrates the wlroots comes with a test compositor called rootston, which demonstrates the
features of the library and is used as a testbed for the development of the features of the library and is used as a testbed for the development of the
library. It may also be useful as a reference for understanding how to use library. It may also be useful as a reference for understanding how to use
various wlroots features. various wlroots features, but it's not considered a production-quality codebase
and is not designed for daily use.
If you followed the build instructions above the rootston executable can be If you followed the build instructions above the rootston executable can be
found at `./build/rootston/rootston`. To use it, refer to the example config at found at `./build/rootston/rootston`. To use it, refer to the example config at