From 83fe0af1b63551475bd8a43f122d279833d6f116 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Wed, 26 Oct 2016 20:48:30 -0700 Subject: [PATCH] Update reproducing.md --- docs/reproducing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/reproducing.md b/docs/reproducing.md index e9d467968..ddf0ff375 100644 --- a/docs/reproducing.md +++ b/docs/reproducing.md @@ -1,7 +1,9 @@ # Reproducing oss-fuzz issues You've been CC'ed on an oss-fuzz issue, now what? Before attempting a fix you should be able to reliably reproduce an issue. -It is much simpler if you have Docker installed ([how?](installing_docker.md), [why?](faq.md#why-do-you-use-docker)), but + + +The process is much simpler if you have Docker installed ([how?](installing_docker.md), [why?](faq.md#why-do-you-use-docker)), but is entirely possible to do without. ## Docker