Skip to content

Commit 3bf35dc

Browse files
committed
Fix instruction in README
This fixes the missing mention of the RALib dependency. Since "mvn install" fails due to RALib missing, the instruction is updated to use the ./install.sh script, which handles the dependency automatically.
1 parent cec5df5 commit 3bf35dc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,15 @@ dot -V
4343

4444
2. To install the ProtocolState-Fuzzer use:
4545
```bash
46-
mvn install
46+
./install.sh
4747
```
48+
This script will:
49+
50+
* clone and install [RALib](https://github.com/LearnLib/ralib) library that is
51+
not available from Maven repository for now;
52+
53+
* run `mvn install` command;
54+
4855
This command will:
4956

5057
* create in the `target` directory the **jar** file containing the compiled

0 commit comments

Comments
 (0)