From 0a67b3b0543c93499743e5304440a91aa1650f8c Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Fri, 29 Nov 2013 21:42:07 +0200 Subject: README clarifications --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b775ad7..06d579d 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,16 @@ A collection of post-processing tools for Kismet GPS files. Currently only supports .netxml input files, and outputs Shapefiles. KML, and other formats, will be supported later on. -Runs on Python 2.x as well as 3.x, and requires the `pyshp` library (installable from `requirements.txt`). +Runs on Python 2.x as well as 3.x, and requires the `pyshp` library. ## Usage ```bash -$ ./kismet-gps.tools.py -i path-to-your-input.netxml -f shapefile +$ ./kismet-gps-tools.py -i path-to-your-input.netxml -f shapefile ``` -The program will save by default the shapefiles to `shapefiles/networks.*`. +Shapefiles are saved by default to `shapefiles/networks.*`. ## Credits and License -- cgit v1.3.1