pacotes.eletrotupi.com

commit ab62ef2832e03443e228ba5966e3a858a575f0ff

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

Udate README with actual instructions that actually work

 README.md | 4 ++--


diff --git a/README.md b/README.md
index c2a0ebee20e902ca6885cefc0978672a659ff0aa..6ecf1cedaef8b0198ff1ae3ed34c7e51ef0aea1b 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,8 @@
 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`.
+`curl -L https://pacotes.eletrotupi.com/alpine@eletrotupi.rsa.pub | doas tee
+/etc/apk/keys/alpine@eletrotupi.rsa.pub`.
 
 Then, edit your repositories file, adding our repository at the top and lastly
 update the index using `apk update`.