aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..75c074e52f38
--- /dev/null
+++ b/README.md
@@ -0,0 +1,23 @@
+# README
+
+A build of keepalived for openrc deployment - nothing fancy, nothing special.
+
+### Get
+
+NOTE: we recommend cloning into the ~/.aur/ directory - its not necessary but documentation assumes this location.
+
+- get PKGBUILD: `cd ~/.aur && git clone git@gitlab.com:drad/keepalived.git`
+
+### Build
+
+Build with: `cd ~/.aur/keepalived && makepkg -src`
+
+
+### Install
+
+Install with: `cd ~/.aur/keepalived && sudo pacman -U keepalived{version}.pkg.tar.zst`
+
+### Remove
+
+Remove with: `sudo pacman -R keepalived`
+