Update new_library.md

This commit is contained in:
Mike Aizatsky 2016-09-27 11:40:07 -07:00 committed by GitHub
parent fba826e047
commit aa87ec3ce6
1 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,7 @@ A library directory requires 3 files:
* build.sh - build script that will be executed inside the container.
* Jenkinsfile - will be needed to integrate fuzzers with ClusterFuzz build and distributed running system.
To create a new directory for a library:
To create a new directory for a library and automatically generaete these 3 files:
```bash
$ cd /path/to/oss-fuzz
@ -30,7 +30,6 @@ $ export LIB_NAME=name_of_the_library
$ python scripts/helper.py generate $LIB_NAME
```
This script automatically creates these 3 files for you to fill in.
### Dockerfile