From: Juliana Fajardini Date: Fri, 9 Dec 2022 13:52:44 +0000 (-0300) Subject: devguide/install: add note about ubuntu version X-Git-Tag: suricata-7.0.0-rc1~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c7ca2c367f623079f53b26e3aac3042c8647b68;p=thirdparty%2Fsuricata.git devguide/install: add note about ubuntu version We want to make it clear with which system the instructions for installing from were tested with. --- diff --git a/doc/userguide/devguide/codebase/installation-from-git.rst b/doc/userguide/devguide/codebase/installation-from-git.rst index 503ecd351e..14f9ca76cd 100644 --- a/doc/userguide/devguide/codebase/installation-from-git.rst +++ b/doc/userguide/devguide/codebase/installation-from-git.rst @@ -10,6 +10,10 @@ basically the same, except that some commands are Ubuntu-specific (like sudo and apt-get). In case you are using another operating system, you should replace those commands with your OS-specific commands. +.. note:: + + These instructions were tested on Ubuntu 22.04. + Pre-installation requirements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~