apkbuilds @ 5d60b7ed1d6b8d4d21748d361fcaa2dcb2cd6e3c

fix: Add instruction to enable repository
 1diff --git a/docs/index.html b/docs/index.html
 2index 7663e985d6602749ec2b8d7264411f753ca042f9..cafe40f8f3b53a951afee081525c7a4fbafdc385 100644
 3--- a/docs/index.html
 4+++ b/docs/index.html
 5@@ -534,6 +534,10 @@ <body>
 6 <header id="title-block-header">
 7 <h1 class="title">Gabriel's apk repo</h1>
 8 </header>
 9+<p> To enable this repository:</p>
10+<code>echo "https://artifacts.gabrielgio.me/repo/v3.18/ " >> /etc/apk/repositories
11+curl https://artifacts.gabrielgio.me/repo/mail%40gabrielgio.me-62ddc4dc.rsa.pub -o  /etc/apk/keys/mail@gabrielgio.me-62ddc4dc.rsa.pub</code>
12+
13 <h1 id="apks-alpine-3.18">Apks Alpine 3.18</h1>
14 {{ range $e := . }}
15 <h2 id="{{ $e.Name  }}">{{ $e.Name  }}</h2>