Skip to content

Commit c983976

Browse files
committed
change README example to use StructTact SHA from ASE paper
1 parent 6c6244f commit c983976

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ the available options, use:
5757
```
5858

5959
For example, to apply mCoq to [StructTact][structtact-repo]
60-
revision [`b95f041`][structtact-revision], use:
60+
revision [`82a85b7`][structtact-revision], use:
6161
```
62-
./mcoq.py --project StructTact --sha b95f041 \
62+
./mcoq.py --project StructTact --threads 2 --sha 82a85b7 \
6363
--url https://github.com/uwplse/StructTact.git \
6464
--buildcmd "./configure && make -j4" --qdir ".,StructTact"
6565
```
@@ -71,4 +71,4 @@ may otherwise take a long time to complete.
7171

7272
[ase-paper]: https://users.ece.utexas.edu/~gligoric/papers/CelikETAL19mCoq.pdf
7373
[structtact-repo]: https://github.com/uwplse/StructTact
74-
[structtact-revision]: https://github.com/uwplse/StructTact/commit/b95f041cb83986fb0fe1f9689d7196e2f09a4839
74+
[structtact-revision]: https://github.com/uwplse/StructTact/commit/82a85b7ec07e71fa6b30cfc05f6a7bfb09ef2510

0 commit comments

Comments
 (0)