Skip to content

Commit f979025

Browse files
authored
Update README
Executable now located in bin folder
1 parent 1e0374d commit f979025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ In this formula, ``W`` denotes the "weak until" operator, ``G`` the "globally" o
7575
To run the tool, use the command
7676

7777
```
78-
./sgrk <specification-file> [--test=<test-set-file>] [--play=<input-play-file>] [--dumpdot=<output-dot-file>]
78+
bin/sgrk <specification-file> [--test=<test-set-file>] [--play=<input-play-file>] [--dumpdot=<output-dot-file>]
7979
```
8080

8181
where ``<specification-file>`` is a file in tnhe format above. The tool outputs either ``Realizable`` or ``Unrealizable``.

0 commit comments

Comments
 (0)