update README: add Forgejo Package Registry installation and fix CI/CD badges
Some checks failed
Test Deb-Mock Build / test (push) Waiting to run
Build and Publish Debian Package / build-deb (push) Successful in 1m19s
Build Deb-Mock Package / build (push) Has been cancelled

This commit is contained in:
robojerk 2025-08-04 00:44:08 +00:00
parent a02bcd6d13
commit aa4493eaa4

View file

@ -37,12 +37,25 @@ This project uses Forgejo Actions for continuous integration and deployment:
- **Documentation**: Auto-updates README with build status
### Build Status
- ![Build Status](https://git.raines.xyz/robojerk/deb-mock/actions/workflows/build.yml/badge.svg)
- ![Test Status](https://git.raines.xyz/robojerk/deb-mock/actions/workflows/test.yml/badge.svg)
![Build Status](https://git.raines.xyz/robojerk/deb-mock/actions/workflows/build.yml/badge.svg)
![Test Status](https://git.raines.xyz/robojerk/deb-mock/actions/workflows/test.yml/badge.svg)
![Package Build Status](https://git.raines.xyz/robojerk/deb-mock/actions/workflows/build-deb.yml/badge.svg)
## Installation
### From Debian Repository (Recommended)
### From Forgejo Package Registry (Recommended)
```bash
# Add the Deb-Mock repository from Forgejo
wget -O - https://git.raines.xyz/api/packages/robojerk/debian/gpg.key | sudo apt-key add -
echo 'deb [signed-by=/usr/share/keyrings/forgejo-robojerk.gpg] https://git.raines.xyz/api/packages/robojerk/debian unstable main' | sudo tee /etc/apt/sources.list.d/deb-mock.list
sudo apt update
# Install deb-mock
sudo apt install -y deb-mock
```
### From Debian Repository (Alternative)
```bash
# Add the Deb-Mock repository