Skip to content

Commit aed534a

Browse files
committed
Moved things around.
1 parent b87aa0b commit aed534a

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# Flipper Blackhat OS
2-
A WiFi security testing OS built on Linux for penetration testing and network analysis. Designed to with with the Flipper Blackhat.
2+
A WiFi and security testing OS built on Linux for penetration testing and network analysis. Designed to run on the [Flipper Blackhat](https://github.com/o7-machinehum/flipper-blackhat).
33

4-
## Documentation
5-
For complete functionality reference and usage examples, see [BLACKHAT_REFERENCE.md](BLACKHAT_REFERENCE.md).
4+
There are two possible builds in this repository...
65

7-
## Releases
8-
The best way to get your hands on all the most recent features is the [nightly build](https://github.com/o7-machinehum/flipper-blackhat-os/actions) here. Just click the most recent "Nightly" and you will find the OS artifacts at the bottom. These can then be flashed to an SD card using unix dd, or whatever Windows application you would use to flash a RPI SD card.
6+
## Buildroot
97

10-
## Build (Buildroot)
8+
### Building
119
Make sure submodules are initialized:
1210

1311
git submodule update --init
@@ -24,8 +22,8 @@ And compile:
2422

2523
make
2624

27-
## Build (Armbian)
25+
## Armbian
26+
27+
### Building
2828
The armbian build is pretty simple...
2929
./armbian_build.sh
30-
31-

0 commit comments

Comments
 (0)