summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2013-11-29 21:42:07 +0200
committerYuval Adam <yuv.adm@gmail.com>2013-11-29 21:42:07 +0200
commit0a67b3b0543c93499743e5304440a91aa1650f8c (patch)
tree67e846d395a0cee225076631e2a452161dabc1c1
parent62ca16324f634a484cdec4cb006f50b48e57df48 (diff)
README clarifications
-rw-r--r--README.md6
1 files 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