From 1a3b14def2b72e03e3b336937113c6410cce0acd Mon Sep 17 00:00:00 2001 From: Aylur Date: Mon, 15 Jul 2024 14:51:48 +0200 Subject: add: cli options * list * toggle-window * quit * inspector --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3