From 5c36262be07fa3bffea065c69c9fb3f3e4bed827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Sat, 1 Jul 2023 17:35:48 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a64930e..d6dd4c4 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ Most of the logic you find here has been discovered and provided by the fine fol Custom types are prefixed with an all upper case `DOMITO_` and functions are prefixed with a Pascal case `Domito` to avoid conflicts with any system-provided names. The word "domito" is latin for "to tame". +## How to use + +Add the `include` directory to your project's headers search path, `#include ` wherever required and link against the resulting `Domito.lib` file for your desired architecture. Done! + ## Sources & 3rd party credits This library benefits from these awesome projects ❤ (appearance in no special order):