Skip to content

Commit e82f981

Browse files
committed
mention the --nocheck option in README.md
1 parent eeee49e commit e82f981

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,13 @@ the available options, use:
6868
./mcoq.py --help
6969
```
7070

71-
Note that the tool currently assumes that all project Coq source
71+
The tool currently assumes that all project Coq source
7272
files to be mutated are listed in the `_CoqProject` file
73-
in the project's root directory.
73+
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`.
7478

7579
## Usage example
7680

0 commit comments

Comments
 (0)