aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: b8e783a48f553c3e94f2cd816b0baf24f77b911c (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
26
# utiLITI - The LITIENGINE Game Editor

## Arch User Repository (AUR) Package

## Installation

### AUR

```
yay -S utiliti
```

### GitHub & Pacman

```
git clone https://github.com/iamllcoolray/utiliti-aur-package.git

cd utiliti-aur-package

makepkg -Cf

sudo pacman -U utiliti-X.X.X-1-x86_64.pkg.tar.zst

```

**REMINDER:** replace the X's with the correct version number.