Skip to content

Commit

Permalink
Deploying to gh-pages from @ d25dc0a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailrun committed Sep 12, 2024
1 parent a047ac8 commit a517a25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ <h2 id="development">Development</h2>
<pre><code>make</code></pre>
<p>Makefile will try to find out the number of your CPU cores and parallel as much as possible.</p>
<p>Once <code>make</code> finishes, you can run the binary:</p>
<pre><code>dune exec mcltt examples/nary.mcl # or your own example</code></pre>
<p>or more directly</p>
<pre><code>_build/default/driver/mcltt.exe examples/nary.mcl # or your own example</code></pre>
<p>To build Coq proof only, you can go into and only build the Coq folder:</p>
<pre><code>cd theories
Expand Down

0 comments on commit a517a25

Please sign in to comment.