From 55191ed8ea0be0ebeb5ce8e04351933cc8c5700e Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Sat, 27 Mar 2021 20:09:20 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c313fcca30..b1e6deff73 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ Clone the LibAFL repository with git clone https://github.com/AFLplusplus/LibAFL ``` +To get the latest and greatest features, +``` +git checkout dev +``` + Build the library using ```