main README.md
 1newwld
 2===
 3neuwld is a drawing library that targets Wayland. The [swc Wayland compositor
 4library](https://github.com/michaelforney/swc) uses wld.
 5
 6Installing
 7==========
 8To build and install neuwld, simply use:
 9
10```Bash
11muon setup build
12ninja -C build
13muon -C build install
14```