diff --git a/README.md b/README.md new file mode 100644 index 00000000..7d7cc184 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# COSMIC Compositor + +This is the Wayland compositor used by COSMIC Epoch. + +## Dependencies + +You'll need a Rust toolchain installed. + +You'll also need the following libraries installed. + +```sh +sudo apt install libudev-dev libseat-dev libdisplay-info-dev libinput-dev libgbm-dev +```