From d5ae68afc2de6fbd252bad49efe081235f241c6d Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 15 Oct 2019 12:17:14 +0200 Subject: [PATCH] doc: fix version in install doc --- doc/userguide/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/userguide/install.rst b/doc/userguide/install.rst index fe6a2b4012..36bdeef48b 100644 --- a/doc/userguide/install.rst +++ b/doc/userguide/install.rst @@ -18,8 +18,8 @@ Installing from the source distribution files gives the most control over the Su Basic steps:: - tar xzvf suricata-4.1.2.tar.gz - cd suricata-4.1.0 + tar xzvf suricata-5.0.0.tar.gz + cd suricata-5.0.0 ./configure make make install -- 2.47.2