Merge pull request #76 from deralexxx/patch-1

Update README.md
pull/83/head
Alexandre Dulaunoy 2016-12-01 22:13:35 +01:00 committed by GitHub
commit 7718f3cd0c
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ cd misp-modules
sudo pip3 install -I -r REQUIREMENTS sudo pip3 install -I -r REQUIREMENTS
sudo pip3 install -I . sudo pip3 install -I .
sudo vi /etc/rc.local, add this line: `sudo -u www-data misp-modules -s &` sudo vi /etc/rc.local, add this line: `sudo -u www-data misp-modules -s &`
/usr/local/bin/misp-modules #to start the modules
~~~~ ~~~~
## How to add your own MISP modules? ## How to add your own MISP modules?