aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-07-12 16:03:51 +0200
committerToni Uhlig <matzeton@googlemail.com>2022-07-12 16:03:51 +0200
commit28602ca09537f6372855d0f926b2ef712f01a4c0 (patch)
treee2820b4a8bdd7953619c7bb8577124995226b29d /README.md
parentb5d4da879364da01df075937a27ec86573a1a08b (diff)
README update
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index eb30b1b51..eb54f0d58 100644
--- a/README.md
+++ b/README.md
@@ -114,6 +114,11 @@ Generate a nDPId compatible JSON dump:
Daemons:
```shell
+make -C [path-to-a-build-dir] daemon
+```
+
+or
+```shell
./nDPIsrvd -d
sudo ./nDPId -d
```
@@ -159,6 +164,4 @@ Remember that all test results are tied to a specific libnDPI commit hash
as part of the `git submodule`. Using `test/run_tests.sh` for other commit hashes
will most likely result in PCAP diff's.
-Why not use `examples/py-flow-dashboard/flow-dash.py` to visualize nDPId's output:
-
-![dashboard](examples/py-flow-dashboard/dashboard.png "Plotly/Dash Example")
+Why not use `examples/py-flow-dashboard/flow-dash.py` to visualize nDPId's output.