diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-07-26 02:18:09 +0000 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-07-26 02:18:09 +0000 |
commit | 21f26012daac36118ee53ae7ca0e1709316c1b3c (patch) | |
tree | a3c8d6b15474404e8c0ace36eda7a95268f3de21 | |
parent | 7062fc064b06b78592e77ba809990c0f1a701391 (diff) | |
download | apkbuilds-21f26012daac36118ee53ae7ca0e1709316c1b3c.tar.gz apkbuilds-21f26012daac36118ee53ae7ca0e1709316c1b3c.tar.bz2 apkbuilds-21f26012daac36118ee53ae7ca0e1709316c1b3c.zip |
ref: Add how to setup on README
-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 +``` |