InstallNightlyRepo: add instruction how to enable nightly repo

Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
Vasiliy Doylov 2025-06-11 00:40:59 +03:00
commit e018fa0e33
Signed by: NekoCWD
GPG key ID: B7BE22D44474A582

16
install-nightly-repo.md Normal file
View file

@ -0,0 +1,16 @@
I made custom repo for people who want to test things and don't want to build manually:
1) Download my sign key
```
cd /etc/apk/keys
sudo curl -JO https://git.nekocwd.duckdns.org/api/packages/NekoCWD/alpine/key
```
2) Add my repo
```
echo @nightly https://git.nekocwd.duckdns.org/api/packages/NekoCWD/alpine/edge/nightly/ | sudo tee -a /etc/apk/repositories
```
3) Update package index
```
sudo apk update
```
To install package from this repo use `package_name@nightly`