summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-07-15 14:51:48 +0200
committerAylur <[email protected]>2024-07-15 14:51:48 +0200
commit1a3b14def2b72e03e3b336937113c6410cce0acd (patch)
tree44adddbcabbf0d3d0502422eeea7462cb28cd615 /README.md
parentdba97278ae324a0d0707b135682d98746fe1d7a0 (diff)
add: cli options
* list * toggle-window * quit * inspector
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 58cc229..0aa3b70 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,14 @@ processes through a socket.
first install libastal or enter nix shell
```bash
-bash meson-install.sh # non nix
-nix develop .#astal # nix
+# non nix
+meson setup build
+meson insall -C build
+```
+
+```bash
+# nix
+nix develop .#astal
```
python and lua should be stright forward, just run the interpreter