diff options
author | vanhauser-thc <vh@thc.org> | 2022-06-18 09:06:27 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-06-18 09:06:27 +0200 |
commit | dc3e2e8200037b4f7d14a15459ed7fa6fa3260a2 (patch) | |
tree | 84896df615e828593127e3c6a7fcb1c9bbbbd7f0 /docs/INSTALL.md | |
parent | 47d4f161890ab9ea8fbcf2a26615061341a18bbd (diff) | |
download | afl++-dc3e2e8200037b4f7d14a15459ed7fa6fa3260a2.tar.gz |
update docs
Diffstat (limited to 'docs/INSTALL.md')
-rw-r--r-- | docs/INSTALL.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 01343b7f..754621b5 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -15,6 +15,9 @@ docker run -ti -v /location/of/your/target:/src aflplusplus/aflplusplus This image is automatically generated when a push to the stable repo happens. You will find your target source code in `/src` in the container. +Note: you can also pull `aflplusplus/aflplusplus:dev` which is the most current +development state of AFL++. + If you want to build AFL++ yourself, you have many options. The easiest choice is to build and install everything: |