mirror of https://github.com/google/oss-fuzz.git
docs/new_library.md: DRYing the commands for making new library directories
This commit is contained in:
parent
c8c0221867
commit
d59421ca8e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue