Merge pull request #515 from aaronkaplan/patch-1

Update README.md
pull/517/head
Raphaël Vinot 2020-01-15 16:42:41 +01:00 committed by GitHub
commit 116f792253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ This python script can be used to generate a MISP feed based on an existing MISP
````
git clone https://github.com/MISP/PyMISP.git
cd examples/feed-generator
cp settings-default.py settings.py
cp settings.default.py settings.py
vi settings.py #adjust your settings
python3 generate.py
````