Skip to content

Commit 60366fc

Browse files
committed
Update README.md
1 parent dfab3eb commit 60366fc

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,23 +82,24 @@ $ source venv/bin/activate
8282
$ pip3 install -r requirements.txt
8383
```
8484

85-
Run Wifite
86-
----------
85+
## Install Wifite
86+
87+
To install Wifite, run:
88+
8789
```sh
88-
$ sudo ./wifite.py
90+
git clone https://github.com/kimocoder/wifite2.git
91+
cd wifite2
92+
sudo python3 setup.py install
8993
```
9094

91-
Install Wifite
92-
--------------
93-
To install onto your computer (so you can just run `wifite` from any terminal),
94-
again, the choice is the old fashioned way of python ..
95+
## Run Wifite
96+
97+
To run Wifite, simply execute:
9598

9699
```sh
97-
$ sudo python3 setup.py install
100+
sudo wifite
98101
```
99102

100-
This will install `wifite` to `/usr/sbin/wifite` which should be in your terminal path.
101-
102103

103104

104105
Brief Feature List

0 commit comments

Comments
 (0)