docs/new_library.md: DRYing the commands for making new library directories

This commit is contained in:
wren romano 2016-09-12 12:55:23 -07:00
parent c8c0221867
commit d59421ca8e
1 changed files with 1 additions and 1 deletions

View File

@ -23,8 +23,8 @@ To create a new directory for a library:
```bash
$ cd /path/to/oss-fuzz/checkout
$ python scripts/helper.py generate name_of_the_library
$ 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.