aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
-rw-r--r--script/mid.bro (renamed from script/modbus.bro)0
2 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 81b3c7d..ff54f43 100644
--- a/README.md
+++ b/README.md
@@ -26,12 +26,14 @@ The commands below assume you are in the root directory of this repository.
### 0. Compile & export path
-`make && make midbro_test`
-`export export LD_LIBRARY_PATH=$(pwd)/lib`
+`make`
+`export LD_LIBRARY_PATH=$(pwd)/lib`
+
+**Example:** `make midbro_test`
### 1. Start Bro
-`sudo bro -b -C -i lo script/modbus.bro Log::default_writer=Log::WRITER_NONE`
+`sudo bro -b -C -i lo script/mid.bro Log::default_writer=Log::WRITER_NONE`
### 2. Start the consumer (`midbro_test`)
diff --git a/script/modbus.bro b/script/mid.bro
index 3bb5b9a..3bb5b9a 100644
--- a/script/modbus.bro
+++ b/script/mid.bro