about summary refs log tree commit diff
path: root/docs/INSTALL.md
diff options
context:
space:
mode:
authorRuben ten Hove <git@rhtenhove.nl>2022-06-18 08:21:25 -0400
committerRuben ten Hove <git@rhtenhove.nl>2022-06-18 08:21:25 -0400
commitb0e58baca2e5f67ce7304545e656868005ff73bd (patch)
tree5ec453c87f0efc8a97d29711b987c40d356f7d6f /docs/INSTALL.md
parentf23cac854aab2f7eb2ecb01e574571f00a0437fd (diff)
downloadafl++-b0e58baca2e5f67ce7304545e656868005ff73bd.tar.gz
add stable tag to docs
Diffstat (limited to 'docs/INSTALL.md')
-rw-r--r--docs/INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index 754621b5..ac7b5486 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -8,8 +8,8 @@ hence afl-clang-lto is available) or just pull directly from the Docker Hub
 (for 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.