From 8c48a40a97ab51c6908d1412664dd2fc28eb3b92 Mon Sep 17 00:00:00 2001 From: Thomas Touhey Date: Fri, 22 Apr 2016 00:02:23 +0200 Subject: [PATCH] Corrected the README for the last time --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 :