chg: [docs] Minor regression, fixed.

pull/3794/head
Steve Clement 2018-10-24 16:18:14 +09:00
parent 67ca36d436
commit af883df21b
1 changed files with 2 additions and 1 deletions

View File

@ -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