Update and rename Readme.md to README.md

This commit is contained in:
Mike Aizatsky 2016-08-16 13:18:04 -07:00 committed by GitHub
parent cfdeea6230
commit 252aab4514
1 changed files with 5 additions and 2 deletions

View File

@ -3,9 +3,12 @@ Fuzzing expat
[http://expat.sourceforge.net/](http://expat.sourceforge.net/)
Building and running:
To build fuzzers: builde the image and run it:
````bash
# Checkout sources into ~/src/oss-fuzz & ~/src/expat
docker build -t ossfuzz/expat expat && \
docker run -i -v ~/src/oss-fuzz:/src/oss-fuzz -v ~/src/expat:/src/expat -t ossfuzz/expat
docker run -i -v ~/src/oss-fuzz:/src/oss-fuzz -v ~/src/expat:/src/expat -v ~/tmp/out:/out -t ossfuzz/expat
````
Fuzzers will be in `~/tmp/out`.