summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-09-01 03:23:02 +0200
committerAylur <[email protected]>2024-09-01 03:23:02 +0200
commit247ac06b867a20b4c30f3f374a88ebfd40165753 (patch)
tree353b30413810cd1253ddcc1cbcb396d2102f2c5e /README.md
parent0a8a39d18bb1c2e36923aa034d03bfd33869dfe8 (diff)
move to monorepo
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
-
-