From 21f26012daac36118ee53ae7ca0e1709316c1b3c Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Tue, 26 Jul 2022 02:18:09 +0000 Subject: ref: Add how to setup on README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index bd156d3..4565547 100644 --- a/README.md +++ b/README.md @@ -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 +``` -- cgit v1.2.3