update README

This commit is contained in:
Liam Waldron 2023-03-31 08:06:50 -04:00
parent fc27b0705c
commit dc9899ae55

2
README
View File

@ -8,6 +8,8 @@ A library which provides a random string generation function.
ecrypt(PASSWD_LENGTH);
}
(user)$ gcc prog.c -L. -lecrypt -o prog
+ Installation
Run 'make static' to compile a static library, or 'make shared' to compile a shared library. Then, run 'make install-static' or 'make install-shared' depending on what you ran previously.