diff options
author | vanhauser-thc <vh@thc.org> | 2022-01-31 09:24:04 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-01-31 09:24:04 +0100 |
commit | 60e126c615a892b329d494ddcc5b84a8e560ca4b (patch) | |
tree | 50d3844ca91e9d1f8c3361a12c25a8675070788d /docs | |
parent | dd9003e59b87b00c8e1ea62612c88599b7eaa14c (diff) | |
download | afl++-60e126c615a892b329d494ddcc5b84a8e560ca4b.tar.gz |
mention arm64 docker image
Diffstat (limited to 'docs')
-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 |