From fad78fca51ff78b68009e6bf32363ead9a0d14e3 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Tue, 27 Sep 2016 12:15:18 -0700 Subject: [PATCH] Update README.md --- expat/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/expat/README.md b/expat/README.md index 50b462866..a1eaeb93d 100644 --- a/expat/README.md +++ b/expat/README.md @@ -3,10 +3,12 @@ Fuzzing expat [http://expat.sourceforge.net/](http://expat.sourceforge.net/) -To build fuzzers: builde the image and run it: +To build fuzzers: build and run the docker image: ````bash +# Checkout sources git clone https://github.com/google/oss-fuzz.git git clone git://git.code.sf.net/p/expat/code_git expat +# Build & run the image. docker build -t ossfuzz/expat oss-fizz/expat && \ docker run -i -v $PWD/oss-fuzz:/src/oss-fuzz -v $PWD/expat:/src/expat -v $HOME/tmp/out:/out -t ossfuzz/expat ````