fix: misp-modules are by default installed in /bin

pull/106/head
Alexandre Dulaunoy 2017-02-21 11:27:59 +01:00
parent 09bf2f918f
commit 6f378578dc
1 changed files with 1 additions and 1 deletions

View File

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