diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/QuickStartGuide.md (renamed from docs/QuickStartGuide.txt) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/QuickStartGuide.txt b/docs/QuickStartGuide.md index 723611e3..1e89a6ad 100644 --- a/docs/QuickStartGuide.txt +++ b/docs/QuickStartGuide.md @@ -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. |