pacotes.eletrotupi.com

commit c3324a4eb2e7a6b4f16ab719881585f5547316ce

Author: Pedro Lucas Porcellis <porcellis@eletrotupi.com>

add notice about license and document installation process

 README.md | 16 ++++++++++++++--


diff --git a/README.md b/README.md
index 7f053312681c8e3a518903b4cf6a0dbb0c5980bf..c2a0ebee20e902ca6885cefc0978672a659ff0aa 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,20 @@ are not packaged in upstream Alpine.
 
 All packages are available here:
 
-https://pacotes.eletrotupi.com/alpine/
+https://pacotes.eletrotupi.com/pkgs/
+
+## Installing
+
+Pull in the public key used to sign the packages directly from the package
+repository.
+
+`doas curl -s https://pacotes.eletrotupi.com/alpine%40eletrotupi.rsa.pub >
+/etc/apk/keys`.
+
+Then, edit your repositories file, adding our repository at the top and lastly
+update the index using `apk update`.
 
 ## License
 
-All packages under MIT, check [LICENSE](/LICENSE).
+All APKBUILD for packages are under MIT (check [LICENSE](/LICENSE)) and every
+package are under it's own licenses.