diff options
author | microsvuln <55649192+Microsvuln@users.noreply.github.com> | 2021-04-03 14:07:13 +0400 |
---|---|---|
committer | microsvuln <55649192+Microsvuln@users.noreply.github.com> | 2021-04-03 14:07:13 +0400 |
commit | 7a3dfbce71d45742a6b571e41f07ae6b104e3a6b (patch) | |
tree | 54a8d61796c03b3fda2285feccf8703039975c8f | |
parent | 7f6d256014ae6728bc938e33b7038105a5714c9b (diff) | |
download | afl++-7a3dfbce71d45742a6b571e41f07ae6b104e3a6b.tar.gz |
remove things
remove things
-rw-r--r-- | utils/autodict_ql/readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/autodict_ql/readme.md b/utils/autodict_ql/readme.md index 0449233b..9e6a7292 100644 --- a/utils/autodict_ql/readme.md +++ b/utils/autodict_ql/readme.md @@ -36,9 +36,9 @@ The usage of Autodict-QL is pretty easy. But let's describe it as : 1. First of all, you need to have CodeQL installed on the system. we make this possible with `build-codeql.sh` bash script. This script will install CodeQL completety and will set the required environment variables for your system, so : ```shell -# chmod +x codeql-build.sh` +# chmod +x codeql-build.sh # sudo ./codeql-build.sh -# codeql ` +# codeql ``` Then you should get : |