summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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