Minor tweaks
This commit is contained in:
parent
71fd507108
commit
be8f902e62
20
README.md
20
README.md
|
@ -11,16 +11,20 @@ sudo sh router.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
Read [here](https://github.com/FluxionNetwork/fluxion/wiki/Generate-ssh-keys) before you do the following steps.
|
||||||
|
<br>
|
||||||
|
**Download the latest revision**
|
||||||
```
|
```
|
||||||
git clone --recursive https://github.com/FluxionNetwork/fluxion.git # Download the latest revision
|
git clone --recursive git@github.com:FluxionNetwork/fluxion.git
|
||||||
cd fluxion # Switch to tool's directory
|
```
|
||||||
./fluxion.sh # Run fluxion (missing dependencies will be auto-installed)
|
**Switch to tool's directory**
|
||||||
|
```
|
||||||
|
cd fluxion
|
||||||
|
```
|
||||||
|
**Run fluxion (missing dependencies will be auto-installed)**
|
||||||
|
```
|
||||||
|
./fluxion.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
## :white_check_mark: Included dependency versions
|
|
||||||
1. Aircrack : 1:1.2-0~rc4-0parrot0
|
|
||||||
2. Lighttpd : 1.439-1
|
|
||||||
3. Hostapd : 1:2.3-2.3 _If you want to compare this type `dpkg -l | grep "name"`_
|
|
||||||
|
|
||||||
## :scroll: Changelog
|
## :scroll: Changelog
|
||||||
Fluxion gets weekly updates with new features, improvements, and bugfixes.
|
Fluxion gets weekly updates with new features, improvements, and bugfixes.
|
||||||
|
|
Loading…
Reference in New Issue