From 94d80cd1654ee9914dc869aebb0e7231675a7c30 Mon Sep 17 00:00:00 2001 From: Adrian Wilkins Date: Tue, 14 Jan 2025 17:40:26 +0000 Subject: [PATCH 1/2] The very basest of base README implementations --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..546391b4 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# COSIC 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 +``` From 508878b1d3359c32081a078b2d4634d44705ff04 Mon Sep 17 00:00:00 2001 From: Adrian Wilkins Date: Fri, 17 Jan 2025 09:16:02 +0000 Subject: [PATCH 2/2] Correct mis-spelled "COSMIC" Co-authored-by: Konstantinos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 546391b4..7d7cc184 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# COSIC Compositor +# COSMIC Compositor This is the Wayland compositor used by COSMIC Epoch.