diff --git a/.travis.yml b/.travis.yml index 4f4603f..75cbd98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ python: install: - pip3 install -r requirements.txt script: - - sudo python3 -c "import kickthemout; import scan; import spoof" \ No newline at end of file + - sudo python3 kickthemout.py" \ No newline at end of file diff --git a/readme.md b/readme.md index 17649e8..0555007 100644 --- a/readme.md +++ b/readme.md @@ -13,8 +13,9 @@ It allows you to select specific or all devices and ARP spoofs them off your loc Authors: [Nikolaos Kamarinakis](mailto:nikolaskam@gmail.com) & [David Schütz](mailto:xdavid@protonmail.com). -[![License Badge](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/k4m4/kickthemout/blob/master/LICENSE) [![Build Badge](https://travis-ci.org/k4m4/kickthemout.svg?branch=master)](https://travis-ci.org/k4m4/kickthemout) +[![License Badge](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/k4m4/kickthemout/blob/master/LICENSE) +[![Compatibility](https://img.shields.io/badge/python-3-brightgreen.svg)](https://github.com/k4m4/kickthemout) [![GitHub Stars](https://img.shields.io/github/stars/k4m4/kickthemout.svg)](https://github.com/k4m4/kickthemout/stargazers) --- @@ -60,7 +61,7 @@ If you would like to install KickThemOut on a Mac, please run the following: **NOTE**: You need to have [Homebrew](http://brew.sh/) installed before running the Mac OS installation. -Also, **keep in mind** that you might be asked to run some extra commands after executing the pip installation. +Also, **keep in mind** that you might be asked to run some extra commands after executing the pip requirement installation. ## Arch Installation