aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorShivam7-1 <55046031+Shivam7-1@users.noreply.github.com>2020-06-18 20:51:49 +0530
committerGitHub <noreply@github.com>2020-06-18 08:21:49 -0700
commitde5c5e69c3ea9b008475a1bcea8d662e6135cab7 (patch)
tree8b3787cb0b741a30cf360f0da2fa474bd4961f98 /docs
parent9d589a7e86b9a5b68f8b06306fc510cca95ff296 (diff)
downloadoss-fuzz-de5c5e69c3ea9b008475a1bcea8d662e6135cab7.tar.gz
Updated fuzzer_environment.md (#4009)
Diffstat (limited to 'docs')
-rw-r--r--docs/further-reading/fuzzer_environment.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/further-reading/fuzzer_environment.md b/docs/further-reading/fuzzer_environment.md
index 233cb25d3..7c527ec32 100644
--- a/docs/further-reading/fuzzer_environment.md
+++ b/docs/further-reading/fuzzer_environment.md
@@ -25,11 +25,11 @@ or built as part of
[build.sh]({{ site.baseurl }}/getting-started/new-project-guide/#buildsh)
are not available on the bot runtime environment (where the fuzz targets run).
-If you need these dependencies in the runtime environment, you can either
+If you need these dependencies in the runtime environment, you can either:
- Install the packages via Dockerfile
([example](https://github.com/google/oss-fuzz/blob/2d5e2ef84f281e6ab789055aa735606d3122fda9/projects/tor/Dockerfile#L19))
and then link statically against them
-([example](https://github.com/google/oss-fuzz/blob/2d5e2ef84f281e6ab789055aa735606d3122fda9/projects/tor/build.sh#L40))
+([example](https://github.com/google/oss-fuzz/blob/2d5e2ef84f281e6ab789055aa735606d3122fda9/projects/tor/build.sh#L40)).
- Or build the dependencies statically in
[build.sh]({{ site.baseurl }}/getting-started/new-project-guide/#buildsh)
([example](https://github.com/google/oss-fuzz/blob/64f8b6593da141b97c98c7bc6f07df92c42ee010/projects/ffmpeg/build.sh#L26)).