aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-11-26 16:07:19 -0800
committerGravatar Tom Willemse2022-11-26 16:09:43 -0800
commit1f8fa6b386273d07182c15614c9f447d9941f735 (patch)
treefef9b6f93654306a4b6f45ad141603c137068c75
parent2e8a4a19bd5f62460d6e2063f862bc30c61ab6d9 (diff)
downloadupdate-mirrors-1f8fa6b386273d07182c15614c9f447d9941f735.tar.gz
update-mirrors-1f8fa6b386273d07182c15614c9f447d9941f735.zip
Add note on installing with pacman
-rw-r--r--README.org14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.org b/README.org
index a1caca4..fdf964d 100644
--- a/README.org
+++ b/README.org
@@ -12,6 +12,20 @@ I've provided a =PKGBUILD= through which it can be installed:
It will install the executable, configuration file, and pacman hook into the proper locations so that after it will always be called automatically.
+You can also install it by adding my repository:
+
+#+begin_src conf-unix
+ [ryuslash]
+ SigLevel = Optional TrustAll
+ Server = https://ryuslash.org/repo/x86_64
+#+end_src
+
+And then run =pacman -Sy update-mirrors= to install it.
+
+#+begin_note
+Note that my repository currently isn't signed, plus I'm just a random guy on the internet. I don't expect anyone to actually use this, but if you do, do so with caution and at your own risk.
+#+end_note
+
* Configuration
There are a few configuration options. The configuration file is just a regular shell script sourced by the =update-mirrors= script.