From ef25a7fb7c4220739409c183c97689c05b372d82 Mon Sep 17 00:00:00 2001 From: Christian Kuster Date: Sat, 21 Sep 2019 15:49:06 +0200 Subject: [PATCH] info that you need to be superuser in linux in order to see all wifi networks --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ca53b5e..681ed80 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,9 @@ Unfortunately, Mac OS-X and Windows use the system language for the output which generic way of parsing the data. If you experience any troubles, please create a GitHub issue and supply the output of the tool. +**Important note for Linux users**: iwlist does only return all found networks if run as sudo! Otherwise you'll +get only the network you're connected to. + ## Licence The MIT License (MIT)