Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eqv authored Mar 31, 2020
1 parent b40cfeb commit 6177fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ You specify a grammar using rules such as `EXPR -> EXPR + EXPR` or `EXPR -> NUM`
## Setup
```bash
# checkout the git
git clone '[email protected]:nautilus-fuzz/'
cd nautilus_fork
git clone '[email protected]:nautilus-fuzz/nautilus.git'
cd nautilus
/path/to/AFLplusplus/afl-clang-fast test.c -o test #afl-clang-fast as provided by AFL

# all arguments can also be set using the config.ron file
Expand Down

0 comments on commit 6177fb5

Please sign in to comment.