aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndreas Lindhé <andreas@lindhe.io>2017-10-31 14:22:41 +0100
committerAndreas Lindhé <andreas@lindhe.io>2017-10-31 14:46:05 +0100
commitf54b5549854abef801dba94b42220e23c680631f (patch)
tree4a360faf824e10b929f7e31d7b289ae26c1887e8 /README.md
parentda4c77d51f971e6abe838db76d55c7fc4c103d5d (diff)
downloadmidbro-f54b5549854abef801dba94b42220e23c680631f.tar.gz
midbro-f54b5549854abef801dba94b42220e23c680631f.tar.bz2
Vainity change
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 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`)