diff options
| author | van Hauser <vh@thc.org> | 2022-02-10 12:12:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-10 12:12:02 +0100 |
| commit | 1d4f1e48797c064ee71441ba555b29fc3f467983 (patch) | |
| tree | 66124b018da5451bd5eb578c460bd27e0614e52e /docs/INSTALL.md | |
| parent | 2d9325aed9bde0630162a5efaac33a2a8f5bb252 (diff) | |
| parent | de7058b75b629011246be12b4ae7df1e504925b1 (diff) | |
| download | afl++-1d4f1e48797c064ee71441ba555b29fc3f467983.tar.gz | |
Merge pull request #1326 from AFLplusplus/dev
push to stable
Diffstat (limited to 'docs/INSTALL.md')
| -rw-r--r-- | docs/INSTALL.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index e2bc8420..b0090e77 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -3,8 +3,9 @@ ## Linux on x86 An easy way to install AFL++ with everything compiled is available via docker: -You can use the [Dockerfile](../Dockerfile) (which has gcc-10 and clang-11 - -hence afl-clang-lto is available!) or just pull directly from the Docker Hub: +You can use the [Dockerfile](../Dockerfile) (which has gcc-10 and clang-12 - +hence afl-clang-lto is available) or just pull directly from the Docker Hub +(for x86_64 and arm64): ```shell docker pull aflplusplus/aflplusplus |
