summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md30
1 files changed, 0 insertions, 30 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 3285628..0000000
--- a/README.md
+++ /dev/null
@@ -1,30 +0,0 @@
-# astal-river
-
-a library and cli tool for getting status information of the river wayland compositor.
-
-## Build from source
-### Dependencies
-
-- meson
-- glib
-- gobject-introspection
-- json-glib
-- libwayland
-
-```sh
-# Clone the repository
-git clone https://github.com/astal-sh/river
-cd river
-
-# Setup and build
-meson setup build
-meson compile -C build
-
-# Install
-meson install -C build
-```
-
-## Todo
-- docs
-
-