Update README.md
This commit is contained in:
@@ -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).
|
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 <KEY-ID>
|
||||||
|
|
||||||
|
```
|
||||||
|
Add Gitea to /etc/pacman.conf
|
||||||
|
```
|
||||||
|
[warky]
|
||||||
|
SigLevel = Required
|
||||||
|
Server = https://git.warky.dev/api/packages/warkanum/arch/$repo/$arch
|
||||||
|
```
|
||||||
|
|
||||||
|
sudo pacman -Syy
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|||||||
Reference in New Issue
Block a user