From 288346816fbf08476aaec79d0494bb85f4564c46 Mon Sep 17 00:00:00 2001
From: Scott Ellis <scotte@warped.com>
Date: Tue, 14 Mar 2023 16:09:05 -0700
Subject: [PATCH] Added pointer to Arch repo in readme

Thanks to https://github.com/ScottESanDiego/virtwold/issues/3#issue-1615349903 there's now a pointer in the readme for Arch users. Hooray!
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 27374d0..eab27db 100644
--- a/README.md
+++ b/README.md
@@ -31,3 +31,5 @@ Systems which use openrc can find an example init script and associated conf fil
 ## Gentoo ebuild
 An ebuild for Gentoo systems is available in [here](https://github.com/ScottESanDiego/scotterepo/tree/main/app-emulation/virtwold), although it only installs OpenRC init files (since that's what I use).
 
+## Archlinux PKGBUILD
+Users of Arch can install `virtwold` from the PKGBUILD in AUR located [here](https://aur.archlinux.org/packages/virtwold).