diff options
| author | Ruben ten Hove <git@rhtenhove.nl> | 2022-06-18 08:21:25 -0400 |
|---|---|---|
| committer | Ruben ten Hove <git@rhtenhove.nl> | 2022-06-18 08:21:25 -0400 |
| commit | b0e58baca2e5f67ce7304545e656868005ff73bd (patch) | |
| tree | 5ec453c87f0efc8a97d29711b987c40d356f7d6f /README.md | |
| parent | f23cac854aab2f7eb2ecb01e574571f00a0437fd (diff) | |
| download | afl++-b0e58baca2e5f67ce7304545e656868005ff73bd.tar.gz | |
add stable tag to docs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md index c3a627ec..d8498520 100644 --- a/README.md +++ b/README.md @@ -50,14 +50,14 @@ Here is some information to get you started: ## Building and installing AFL++ To have AFL++ easily available with everything compiled, pull the image directly -from the Docker Hub (available for x86_64 and arm64): +from the Docker Hub (available for both x86_64 and arm64): ```shell -docker pull aflplusplus/aflplusplus -docker run -ti -v /location/of/your/target:/src aflplusplus/aflplusplus +docker pull aflplusplus/aflplusplus:stable +docker run -ti -v /location/of/your/target:/src aflplusplus/aflplusplus:stable ``` -This image is automatically generated when a push to the stable repo happens +This image is automatically published when a push to the stable branch happens (see [branches](#branches)). If you use the command above, you will find your target source code in `/src` in the container. |
