From f6d7232bf42baf8fad4516e61d8c86b6e55e66d1 Mon Sep 17 00:00:00 2001 From: ModxVoldHunter <65139923+ModxVoldHunter@users.noreply.github.com> Date: Sun, 31 May 2026 21:04:25 -0400 Subject: [PATCH] Update README with build instructions and AOT usage Clarified instructions for building the project and using AOT. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 74c9919..050fcda 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,5 @@ go to the folder and in windows path, type cmd it will open cmd and type ``dotnet build -c release`` and ``dotnet build -c debug`` since it has AOT, it means it will be to assembly so after doing your project and having it set to AOT, you could of course use the AOT dll for the output + +also don't mind the cmd, i tried to make a build file for building it easier