From 1f8fa6b386273d07182c15614c9f447d9941f735 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 26 Nov 2022 16:07:19 -0800 Subject: Add note on installing with pacman --- README.org | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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. -- cgit v1.2.3-54-g00ecf