Update README.md

pull/52/head
Andras Iklody 2016-09-02 11:15:39 +02:00 committed by GitHub
parent 496b3802f5
commit 92726085da
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ sudo git clone https://github.com/MISP/misp-modules.git
cd misp-modules cd misp-modules
sudo pip3 install --upgrade -r REQUIREMENTS sudo pip3 install --upgrade -r REQUIREMENTS
sudo pip3 install --upgrade . sudo pip3 install --upgrade .
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 &`
~~~~ ~~~~
## How to add your own MISP modules? ## How to add your own MISP modules?