diff --git a/README.md b/README.md index 85d7901..f933125 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,26 @@ Warky Devs is available for selected software architecture, backend development, If you enjoy building useful software with sharp edges filed off, explore the repositories, open an issue, or get in touch through [warky.dev](https://warky.dev). +## Arch Repo + +Arch Linux Repo instructions: + +``` +wget https://git.warky.dev/api/packages/warkanum/arch/repository.key +gpg --show-keys repository.key +sudo pacman-key --add repository.key +sudo pacman-key --lsign-key + +``` +Add Gitea to /etc/pacman.conf +``` +[warky] +SigLevel = Required +Server = https://git.warky.dev/api/packages/warkanum/arch/$repo/$arch +``` + +sudo pacman -Syy + ---