summaryrefslogtreecommitdiff
path: root/docs/guide/lua/installation.md
blob: b99d8df9791dac30ec19e43990ddfbc9634b1c3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
```