Changed formatting and added build and installing instructions
diff --git a/README.md b/README.md
index b47244f..37d2fc5 100644
--- a/README.md
+++ b/README.md
@@ -44,14 +44,25 @@
 
 The way of building Concerted is executing below command:
 
+<pre><code>
 make all
+</pre></code>
 
 Cleaning is below:
 
+<pre><code>
 make clean
+</pre></code>
 
 make all builds and makes libconcerted.a which is present in build folder and should be linked in application using Concerted.
 
+<h1> Building and Installing Concerted </h1>
+
+1) run make clean
+2) run make all
+3) copy /build/libconcerted.a to your application's library folder
+4) add libconcerted.a as a dependency in your application (or just compile using -llibconcerted in g++)
+
 
 Components of Concerted
 =======================