From 6f378578dc6644a0c18249ccd277b5eb54e8b034 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 21 Feb 2017 11:27:59 +0100 Subject: [PATCH] fix: misp-modules are by default installed in /bin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed364ff..a2ca75c 100644 --- a/README.md +++ b/README.md @@ -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?