]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
userguide/install: add info on arch-based installs
authorJeremy MountainJohnson <jay@jskier.com>
Mon, 1 May 2023 17:04:26 +0000 (12:04 -0500)
committerVictor Julien <vjulien@oisf.net>
Thu, 8 Jun 2023 17:50:16 +0000 (19:50 +0200)
Add Arch AUR information for installation on Arch-based distros.

doc/userguide/install.rst

index 6549d3aa360699355c53a0d838055f47de4b2bc1..ff13c4e5634cfbe2eb4991f8b2cb9435552d8c9b 100644 (file)
@@ -227,6 +227,18 @@ To reload rules::
 
 .. _install-advanced:
 
+Arch Based
+^^^^^^^^^^
+
+The ArchLinux AUR contains Suricata and suricata-nfqueue packages, with commonly
+used configurations for compilation (may also be edited to your liking). You may
+use makepkg, yay (sample below), or other AUR helpers to compile and build
+Suricata packages.
+
+::
+
+    yay -S suricata
+
 Advanced Installation
 ---------------------