Update new_library.md

This commit is contained in:
Dmitry Vyukov 2016-10-12 15:14:02 +02:00 committed by GitHub
parent 4cbb906999
commit 93c11b7a10
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ on your machine (`/out` in the container). You can then try to run these fuzzers
inside the container to make sure that they work properly:
```bash
$ python scripts/helper.py run_fuzzer $LIB_NAME name_of_a_fuzzer
$ sudo python scripts/helper.py run_fuzzer $LIB_NAME name_of_a_fuzzer
```
If everything works locally, then it should also work on our automated builders