Documentation/install-nightly-repo.md
Vasiliy Doylov e018fa0e33
InstallNightlyRepo: add instruction how to enable nightly repo
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
2025-06-11 00:40:59 +03:00

492 B

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
  1. Add my repo
echo @nightly https://git.nekocwd.duckdns.org/api/packages/NekoCWD/alpine/edge/nightly/ | sudo tee -a /etc/apk/repositories
  1. Update package index
sudo apk update

To install package from this repo use package_name@nightly