Skip to content

Commit

Permalink
deploy: 98ef470
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdd committed Jan 27, 2024
1 parent 5c95213 commit d0b3da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h1><a class="anchor" id="autotoc_md11"></a>
<p>Add the <code>include</code> folder of this repository to your include paths.</p>
<p>Or add it as a submodule:</p>
<div class="fragment"><div class="line">$ git submodule add https://github.com/linkdd/aitoolkit.git</div>
<div class="line">$ g++ -std=c++23 -Iaiotoolkit/include main.cpp -o mygame</div>
<div class="line">$ g++ -std=c++23 -Iaitoolkit/include main.cpp -o mygame</div>
</div><!-- fragment --><blockquote class="doxtable">
<p>&zwj;<b>NB:</b> This library is compatible with C++20. </p>
</blockquote>
Expand Down

0 comments on commit d0b3da1

Please sign in to comment.