summaryrefslogtreecommitdiff
path: root/docs/guide/lua/installation.md
diff options
context:
space:
mode:
authorKevin <[email protected]>2024-10-25 13:50:00 -0300
committerGitHub <[email protected]>2024-10-25 18:50:00 +0200
commit8306ec0789854f9e04bc1708c4a7dc2afc1b4c90 (patch)
tree881784894310510e4c62e2fc850ea934ca5aee86 /docs/guide/lua/installation.md
parente8715aec5e05e0438192e611afea2fe6f10cb80f (diff)
docs: lua docs (#50)
Diffstat (limited to 'docs/guide/lua/installation.md')
-rw-r--r--docs/guide/lua/installation.md24
1 files changed, 23 insertions, 1 deletions
diff --git a/docs/guide/lua/installation.md b/docs/guide/lua/installation.md
index 48241f9..b99d8df 100644
--- a/docs/guide/lua/installation.md
+++ b/docs/guide/lua/installation.md
@@ -1,3 +1,25 @@
# Installation
-🚧 Lua documentation is in Progress 🚧
+## Nix
+
+maintainer: [@Aylur](https://github.com/Aylur)
+
+Read more about it on the [nix page](../getting-started/nix)
+
+## Arch
+
+```sh
+yay -S lua-libastal-git
+```
+
+## From Source
+
+1. [Install Astal](../getting-started/installation.md) if you have not already
+
+2. Install the Astal Lua package
+
+```sh
+git clone https://github.com/aylur/astal.git
+cd lang/lua
+sudo luarocks make
+```