diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -5,3 +5,17 @@ toy project into alpine machines, so this will come handy. Who needs docker anyways ;) +# Setup + +If for whatever reason you want to add this repo: + +```shell +echo "https://artifacts.gabrielgio.me/repo/" >> /etc/apk/repositories +``` + +Then trust me: + +```shell +curl https://artifacts.gabrielgio.me/repo/mail%40gabrielgio.me-62ddc4dc.rsa.pub \ + -o /etc/apk/keys/mail@gabrielgio.me-62ddc4dc.rsa.pub +``` |