diff --git a/README.md b/README.md index ad496f1..062d22c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ To compile with the library, either : To link with your project, either : - add the libmonochrome.a to one of your static libraries directories ; -- add this library to your static libraries path by adding '-L "path/to/dir"' to your linker's flags/ +- add this library to your static libraries path by adding '-L "path/to/dir"' to your linker's flags. + In either way, you will have to add '-lmonochrome' to your linker's flags. An example of using this library will then be :