From 8ef4cd35d66d74805a750976951f65d2ca22153f Mon Sep 17 00:00:00 2001 From: Marcel Zemp Date: Thu, 3 Jul 2014 16:02:57 +0800 Subject: [PATCH] Edited README file. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 848b0a5..6432da0 100644 --- a/README +++ b/README @@ -20,13 +20,13 @@ None. COMPILATION & INSTALLATION -First, clone or download the code from GitHub. In order to compile the code, just type make in the iof code directory: +First, clone or download the code from GitHub. In order to compile the code just type make in the iof code directory: $> make This will generate a static library file called libiof.a. Other code can then be linked against this library. -In order to clean up the code, type: +In order to clean up the code type: $> make clean