From e0385accaf8d034fca33d16b5abf400a5aba483c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Sat, 1 Jul 2023 20:47:36 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7075a13..ffc40e7 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,11 @@ Custom types are prefixed with an all upper case `DOMITO_` and functions are pre ## 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. Link against the provided `ci.lib` for the Code Integrity convenience functions. Done! +- Add the `include` directory to your project's headers search path. +- `#include ` wherever required. +- Link against the resulting `Domito.lib` file for your desired architecture. +- Link against the provided `ci.lib` for the Code Integrity convenience functions. +- Done! ## Sources & 3rd party credits