update README: add Forgejo Package Registry installation and fix CI/CD badges
This commit is contained in:
parent
a02bcd6d13
commit
aa4493eaa4
1 changed files with 16 additions and 3 deletions
19
README.md
19
README.md
|
|
@ -37,12 +37,25 @@ This project uses Forgejo Actions for continuous integration and deployment:
|
||||||
- **Documentation**: Auto-updates README with build status
|
- **Documentation**: Auto-updates README with build status
|
||||||
|
|
||||||
### Build Status
|
### Build Status
|
||||||
- 
|

|
||||||
- 
|

|
||||||
|

|
||||||
|
|
||||||
## Installation
|
## 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
|
```bash
|
||||||
# Add the Deb-Mock repository
|
# Add the Deb-Mock repository
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue