diff options
author | vanhauser-thc <vh@thc.org> | 2023-12-05 17:38:32 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-12-05 17:38:32 +0100 |
commit | 638273e4f80ba89ada8a4428a6211ee6b59d964a (patch) | |
tree | 6e66ac8cbdd8237009c24b6f6b51d5f48913ce54 | |
parent | 5759b93b2d4f6cd67313b14074576e9ae941d2df (diff) | |
download | afl++-638273e4f80ba89ada8a4428a6211ee6b59d964a.tar.gz |
nits
-rw-r--r-- | docs/INSTALL.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 4f029f5d..1379df0a 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -11,13 +11,6 @@ docker pull aflplusplus/aflplusplus:latest docker run -ti -v /location/of/your/target:/src aflplusplus/aflplusplus ``` -Or for convinince to run in the current directory: - -```shell -docker pull aflplusplus/aflplusplus:latest -docker run -ti -v $(pwd):/src aflplusplus/aflplusplus -``` - This image is automatically generated when a push to the stable branch happens. You will find your target source code in `/src` in the container. |