Update corpora.md

This commit is contained in:
Oliver Chang 2016-12-06 13:19:41 -08:00 committed by GitHub
parent e5e94ec921
commit 061a481967
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ If you would like to access the corpora that we are using for your fuzz targets
## Install Google Cloud SDK
[Install](https://cloud.google.com/storage/docs/gsutil_install) the gsutil tool, which is part of the Google Cloud SDK.
The corpora for fuzz targets are stored on [Google Cloud Storage](https://cloud.google.com/storage/). To access them, you will need to [install](https://cloud.google.com/storage/docs/gsutil_install) the gsutil tool, which is part of the Google Cloud SDK.
Follow the instructions on the installation page to login with a Google account thats listed in your project's `project.yaml`.
## Viewing the corpus for a fuzz target