diff options
Diffstat (limited to 'docs/guide/lua/installation.md')
-rw-r--r-- | docs/guide/lua/installation.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/guide/lua/installation.md b/docs/guide/lua/installation.md new file mode 100644 index 0000000..b99d8df --- /dev/null +++ b/docs/guide/lua/installation.md @@ -0,0 +1,25 @@ +# Installation + +## 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 +``` |