From ff3e37ee147059ad765f64d1a59ff4617fc1b3df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 9 Aug 2016 17:51:20 +0200 Subject: [PATCH] Update documentation. Fix https://github.com/MISP/MISP/issues/1424 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index deaeec2..3d4ad2a 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,8 @@ cd /usr/local/src/ sudo git clone https://github.com/MISP/misp-modules.git cd misp-modules sudo pip3 install -r REQUIREMENTS -sudo python3 setup.py build -sudo python3 setup.py install -sudo vi /etc/rc.local, add this line: `sudo -u www-data /usr/bin/python3 /usr/local/src/misp-modules/bin/misp-modules` +sudo pip3 install . +sudo vi /etc/rc.local, add this line: `sudo -u www-data misp-modules -s` ~~~~ ## How to add your own MISP modules?