moar docs to markdown

This commit is contained in:
Andrea Fioraldi
2020-02-03 12:56:05 +01:00
parent 63fe2977da
commit fd03c64346
2 changed files with 6 additions and 8 deletions

View File

@ -1,6 +1,4 @@
=====================
AFL quick start guide
=====================
# AFL quick start guide
You should read docs/README.md - it's pretty short. If you really can't, here's
how to hit the ground running:
@ -50,7 +48,7 @@ how to hit the ground running:
That's it. Sit back, relax, and - time permitting - try to skim through the
following files:
- docs/README.md - A general introduction to AFL,
- README.md - A general introduction to AFL,
- docs/perf_tips.txt - Simple tips on how to fuzz more quickly,
- docs/status_screen.txt - An explanation of the tidbits shown in the UI,
- docs/parallel_fuzzing.txt - Advice on running AFL on multiple cores.