From d0b3da19f76c3aea7bf65e88afcbcdc8efe7ae00 Mon Sep 17 00:00:00 2001 From: linkdd Date: Sat, 27 Jan 2024 07:15:21 +0000 Subject: [PATCH] deploy: 98ef470b559ccec061cc2a6e2aca235fd3884404 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3ab24b4..5d0bc27 100644 --- a/index.html +++ b/index.html @@ -114,7 +114,7 @@

Add the include folder of this repository to your include paths.

Or add it as a submodule:

$ git submodule add https://github.com/linkdd/aitoolkit.git
-
$ g++ -std=c++23 -Iaiotoolkit/include main.cpp -o mygame
+
$ g++ -std=c++23 -Iaitoolkit/include main.cpp -o mygame

NB: This library is compatible with C++20.