aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-01-03 10:10:03 -0500
committerDrew DeVault <sir@cmpwn.com>2019-01-03 10:10:03 -0500
commitf0d8b793a8e816afdb46cd47004994e3279beda3 (patch)
tree7ee7fc7b6e006fa327684feececf389650fea086 /README.md
parentfc2ba30cfa771252e5707ddeb49c696043f4905d (diff)
Update READMEs per tinywl merge
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/README.md b/README.md
index 2ebef443..f1929a66 100644
--- a/README.md
+++ b/README.md
@@ -78,21 +78,6 @@ Install like so:
sudo ninja -C build install
-## Running the test compositor
-
-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
-library. It may also be useful as a reference for understanding how to use
-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
-found at `./build/rootston/rootston`. To use it, refer to the example config at
-[./rootston/rootston.ini.example](https://github.com/swaywm/wlroots/blob/master/rootston/rootston.ini.example)
-and place a config file of your own at `rootston.ini` in the working directory
-(or in an arbitrary location via `rootston -C`). Other options are available,
-refer to `rootston -h`.
-
## Contributing
See [CONTRIBUTING.md](https://github.com/swaywm/wlroots/blob/master/CONTRIBUTING.md).