From 9210278ec4ab71fdf8674d3581acacfb7d37dc67 Mon Sep 17 00:00:00 2001 From: ha7ilm Date: Sun, 14 Feb 2016 18:26:00 +0100 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c38dccf..17d1429 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ First you will need to install the dependencies: - rtl-sdr - ncat (On Debian/Ubuntu, it is in the *nmap* package). -> By the way, *nmap* is tool commonly used for auditing network security, and it is not used by OpenWebRX in any way. We need it because the *ncat* command is packaged with it. +> By the way, *nmap* is a tool commonly used for auditing network security, and it is not used by OpenWebRX in any way. We need to install it, because the *ncat* command is packaged with it. > > *ncat* is a better *netcat* alternative, which is used by OpenWebRX for internally distributing the I/Q data stream. It also solves the problem of having different versions of *netcat* on different Linux distributions, which are not compatible by their command-line arguments.