From 553b2396cb282dc683e66d327df6b79c8fc7f31e Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Thu, 23 Mar 2017 14:56:59 -0700 Subject: [PATCH] Update new_project_guide.md Fix #475 --- docs/new_project_guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/new_project_guide.md b/docs/new_project_guide.md index 3226128aa..80229ec2e 100644 --- a/docs/new_project_guide.md +++ b/docs/new_project_guide.md @@ -75,6 +75,8 @@ COPY build.sh fuzzer.cc $SRC/ # copy build script and other fuzzer f ``` Expat example: [expat/Dockerfile](../projects/expat/Dockerfile) +In the above example, the git clone will check out the source to `$SRC/`. + ## build.sh This file describes how to build [fuzz targets](glossary.md#fuzz-target) for your project.