From 38242fbf5866f180fd44417031b20723208ed7ae Mon Sep 17 00:00:00 2001 From: Einar Lanfranco Date: Tue, 10 May 2022 18:10:44 -0300 Subject: [PATCH] Adding notes to DEVELOP-GUIDE --- DEVELOP-GUIDE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEVELOP-GUIDE.md b/DEVELOP-GUIDE.md index 53c1e8a..19ad3a8 100644 --- a/DEVELOP-GUIDE.md +++ b/DEVELOP-GUIDE.md @@ -34,13 +34,13 @@ docker-compose -f docker-compose-dev.yml up ### Environment #Folder where you clone your repository - MY_FORK: "/my_fork_of_intelmq" + MY_FORK: "/mybots" #Foder in your repo where bots are located - MY_BOTS_FOLDER: "intelmq/bots" + MY_BOTS_FOLDER: "bots" ### Add your own bots -Just start coding or pull your bots repository in ./my_fork_of_intelmq folder/intelmq/bots +Just start coding or pull your bots repository in ./mybots by default in a subfolder bots, so you need for example mybots/bots/[collectors,parsers,experts,output,parsers] ### How to install and look yours bots running @@ -52,4 +52,4 @@ docker-compose exec -f docker-compose-dev.yml intelmq sudo bash /opt/install_re When you do this: -* Yours bots and REQUERIMENTS will be installed +* Yours bots REQUERIMENTS.txt and the bots will be installed