diff options
author | Aylur <[email protected]> | 2024-09-01 03:23:02 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-01 03:23:02 +0200 |
commit | 247ac06b867a20b4c30f3f374a88ebfd40165753 (patch) | |
tree | 353b30413810cd1253ddcc1cbcb396d2102f2c5e /README.md | |
parent | 0a8a39d18bb1c2e36923aa034d03bfd33869dfe8 (diff) |
move to monorepo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 30 |
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 - - |