Update README.md

This commit is contained in:
Benjamin Höglinger-Stelzer 2023-07-02 19:57:04 +02:00
parent 59b66d327b
commit 0320cd419e

View File

@ -33,6 +33,7 @@ Built for and tested on **Windows 10 version 1507 (or newer) x64/ARM64**. 32-Bit
- Add the `include` directory to your project's headers search path.
- `#include <Domito.h>` wherever required.
- Call `DomitoInit()` in your `DriverEntry` once to bootstrap internals.
- Link against the resulting `Domito.lib` file for your desired architecture.
- Link against `cng.lib` for the CNG BCrypt APIs.
- Done!