diff --git a/docs/INSTALL.rhel7.md b/docs/INSTALL.rhel7.md index f773bb9b7..dcaaa8a48 100644 --- a/docs/INSTALL.rhel7.md +++ b/docs/INSTALL.rhel7.md @@ -3,7 +3,7 @@ ## 0/ Overview and Assumptions This document details the steps to install MISP on Red Hat Enterprise Linux 7.x (RHEL 7.x). At time of this writing it -was tested on version 7.4. +was tested on version 7.5. The following assumptions with regard to this installation have been made. @@ -145,6 +145,7 @@ yum install rh-python36 ```bash cd /var/www git clone https://github.com/MISP/MISP.git +cd MISP git checkout tags/$(git describe --tags `git rev-list --tags --max-count=1`) # if the last shortcut doesn't work, specify the latest version manually # example: git checkout tags/v2.4.XY