Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,15 @@ dot -V

2. To install the ProtocolState-Fuzzer use:
```bash
mvn install
./install.sh
```
This script will:

* clone and install [RALib](https://github.com/LearnLib/ralib) library that is
not available from Maven repository for now;

* run `mvn install` command;

This command will:

* create in the `target` directory the **jar** file containing the compiled
Expand Down