docs: add readme

This commit is contained in:
MedzikUser 2022-05-29 13:24:14 +02:00
parent 6c55470070
commit 75dac032eb
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 31 additions and 0 deletions

31
README.md Normal file
View File

@ -0,0 +1,31 @@
# Build AUR
## How to use?
First, install the primary key - it can then be used to install our mirrorlist
```bash
sudo pacman-key --recv-key 02213A0493457E96
sudo pacman-key --lsign-key 02213A0493457E96
sudo pacman -U 'https://built-aur.medzik.workers.dev/built-mirrorlist.pkg.tar.xz'
```
Then add the repo to pacman.conf
### If you using x86-64
```bash
echo '
[built]
SigLevel = DatabaseOptional
Include = /etc/pacman.d/built-mirrorlist' | sudo tee --append /etc/pacman.conf
```
### If you using x86-64-v3
```bash
echo '
[built]
SigLevel = DatabaseOptional
Include = /etc/pacman.d/built-mirrorlist-x86-64-v3' | sudo tee --append /etc/pacman.conf
```