We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeee49e commit e82f981Copy full SHA for e82f981
README.md
@@ -68,9 +68,13 @@ the available options, use:
68
./mcoq.py --help
69
```
70
71
-Note that the tool currently assumes that all project Coq source
+The tool currently assumes that all project Coq source
72
files to be mutated are listed in the `_CoqProject` file
73
-in the project's root directory.
+in a Coq project's root directory.
74
+
75
+Before performing mutations, the script will automatically check
76
+that all mCoq dependencies are present. To disable these checks,
77
+pass the option `--nocheck`.
78
79
## Usage example
80
0 commit comments