blob: f647ed7304ad3c0cf47bb9169f7189c2a35d78e8 (
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 libastal-lua-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
```
|