From: Victor Julien Date: Tue, 15 Oct 2019 10:17:14 +0000 (+0200) Subject: doc: fix version in install doc X-Git-Tag: suricata-5.0.1~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5ae68afc2de6fbd252bad49efe081235f241c6d;p=thirdparty%2Fsuricata.git doc: fix version in install doc --- 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