diff --git a/README.md b/README.md index 9ad2d29..dee13ac 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,16 @@ PortBitmap. ## Requirements `libpcap` `docker` and `influxDB 2.0` -##### Running Influx on Docker +#### Libpcap + +##### Linux +`sudo apt-get install libpcap-dev` + +##### Windows +install [winpcap](https://www.winpcap.org/install/default.htm) + +#### Influx +##### Running on Docker > ```$ docker run --name influxdb -p 9999:9999 quay.io/influxdb/influxdb:2.0.0-beta```