From 70277eb6a5832de300d94c1501e4e2b9002b1d2a Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 14 Aug 2023 12:24:33 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 27d7d4d..720fc1c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # dummy-systemd-sysvcompat -A fake version of systemd's sysvcompat for non systemd systems. \ No newline at end of file +A fake version of systemd's sysvcompat for non systemd systems. + +### installation +cd into the same folder as the `PKGBUILD` and run +``` +makepkg --install +```