Update README.md

This commit is contained in:
Thorben Höhne 2025-05-02 22:15:23 +00:00
parent dc0f8c7507
commit e1cbd5c6fa

View File

@ -1,3 +1,15 @@
# pwdin
Function to prompt users for a password of other secret.
Function to prompt users for a password or other secrets.
## Build
To build the library one needs to simply use premake5 to generate the Makefile:
premake5 gmake
And then needs to build the library in release mode:
make config=release
The StaticLib is then available under `bin/Release/libpwdin.a`.