aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-08-15 13:08:57 +0200
committerToni Uhlig <matzeton@googlemail.com>2020-08-15 13:08:57 +0200
commit3080fff9a35e363d7db7d9b16f1233ad2a0c0cd4 (patch)
treeebc601ef949f3f3c44226fb875355ddedb4ed3f2 /README.md
parent84448d5e4e9207835c62fd19a4109f07ad5ca595 (diff)
yet another README.md update
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.md b/README.md
index a3b9e7991..3bcccd002 100644
--- a/README.md
+++ b/README.md
@@ -75,10 +75,24 @@ make all examples
Daemons:
```shell
./nDPIsrvd -d
-./nDPId -d
+sudo ./nDPId -d
+```
+
+or for a usage printout:
+```shell
+./nDPIsrvd -h
+./nDPId -h
```
And why not a flow-info example?
+Run
```shell
./examples/py-flow-info/flow-info.py
```
+
+or
+```shell
+./examples/c-json-stdout/c-json-stdout
+```
+
+or anything below `./examples`.