From 435d74d7449e11851dfad7bec2b9fadcc7c69f9c Mon Sep 17 00:00:00 2001 From: Jeremy MountainJohnson Date: Mon, 1 May 2023 12:04:26 -0500 Subject: [PATCH] userguide/install: add info on arch-based installs Add Arch AUR information for installation on Arch-based distros. --- doc/userguide/install.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/userguide/install.rst b/doc/userguide/install.rst index 6549d3aa3606..ff13c4e5634c 100644 --- a/doc/userguide/install.rst +++ b/doc/userguide/install.rst @@ -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 ---------------------