From aa87ec3ce6519638c673823fc8e6010cf9c34584 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Tue, 27 Sep 2016 11:40:07 -0700 Subject: [PATCH] Update new_library.md --- docs/new_library.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/new_library.md b/docs/new_library.md index e3768ab3b..56eb1a92f 100644 --- a/docs/new_library.md +++ b/docs/new_library.md @@ -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