chore(actions): Publish Arch Linux package
CI / prek (pull_request) Successful in 8m25s
CI / cargo shear (pull_request) Successful in 6m33s
Committed / committed (pull_request) Successful in 22s
CI / cargo shear (push) Successful in 11m13s
CI / prek (push) Successful in 14m54s
Release-plz / Release-plz Release (push) Successful in 15m6s
Release-plz / Release-plz PR (push) Successful in 15m8s
Audit / cargo audit (push) Successful in 15m46s

This commit was merged in pull request #14.
This commit is contained in:
2026-04-05 19:51:42 +02:00
parent d44a563d42
commit 6f24a31032
2 changed files with 51 additions and 0 deletions
+26
View File
@@ -5,6 +5,32 @@ and render jinja templates.
## Installation
### Arch
First import the verification key:
```bash
wget https://git.huizinga.dev/api/packages/infra/arch/repository.key -O /tmp/repository.key
sudo pacman-key --add /tmp/repository.key
sudo pacman-key --lsign-key $(gpg --show-keys /tmp/repository.key | sed -n 2p)
```
And add the following to `/etc/pacman.conf`:
```ini
[infra]
SigLevel = Required
Server = https://git.huizinga.dev/api/packages/infra/arch/core/$arch
```
You can then install `crete` by running:
```bash
sudo pacman -Sy crete
```
### Cargo install
Add the following to `~/.cargo.config.toml`:
```toml