Updated README

pull/204/head
Sami Mokaddem 2018-03-09 15:39:19 +01:00
parent fdaa4c790c
commit 828aa8e6e3
1 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,6 @@ This python script can be used to generate a MISP feed based on data stored in r
git clone https://github.com/CIRCL/PyMISP
cd examples/feed-generator-from-redis
cp settings-default.py settings.py
vi settings.py #adjust your settings
python3 generate.py
vi settings.py # adjust your settings
python3 fromredis.py
````