We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f92845c commit 371497aCopy full SHA for 371497a
doc/src/installation.md
@@ -35,7 +35,7 @@ test your installation by running the `HelloWorld` contract specification:
35
36
The hevm backend:
37
```sh
38
-cabal run act --equiv --spec tests/helloworld/helloworld.act --sol tests/helloworld/helloworld.sol
+cabal run act -- equiv --spec tests/helloworld/helloworld.act --sol tests/helloworld/helloworld.sol
39
```
40
(the output should conclude with `No discrepancies found.`)
41
0 commit comments